Blame view
dist/bower_components/jquery/src/var/getProto.js
73 Bytes
|
ffc06a7f8
|
1 2 3 4 5 |
define( function() {
"use strict";
return Object.getPrototypeOf;
} );
|
|
ffc06a7f8
|
1 2 3 4 5 |
define( function() {
"use strict";
return Object.getPrototypeOf;
} );
|