Adding support for bower and reorganizing so when its used via bower it will be manageable for a dev.
This commit is contained in:
5
bower_components/jquery/src/var/hasOwn.js
vendored
Normal file
5
bower_components/jquery/src/var/hasOwn.js
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
define([
|
||||
"./class2type"
|
||||
], function( class2type ) {
|
||||
return class2type.hasOwnProperty;
|
||||
});
|
||||
Reference in New Issue
Block a user