sp-magic.de/bower_components/jquery/src/var/hasOwn.js
2016-11-23 00:12:51 +01:00

8 lines
110 B
JavaScript

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