diff options
Diffstat (limited to 'bower_components/jquery/src/var/hasOwn.js')
| -rw-r--r-- | bower_components/jquery/src/var/hasOwn.js | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/bower_components/jquery/src/var/hasOwn.js b/bower_components/jquery/src/var/hasOwn.js new file mode 100644 index 0000000..32c002a --- /dev/null +++ b/bower_components/jquery/src/var/hasOwn.js @@ -0,0 +1,5 @@ +define([ +	"./class2type" +], function( class2type ) { +	return class2type.hasOwnProperty; +}); | 
