sp-codes.de/bower_components/jquery/src/var/hasOwn.js
2016-10-28 19:33:25 +02:00

6 lines
94 B
JavaScript

define( [
"./class2type"
], function( class2type ) {
return class2type.hasOwnProperty;
} );