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