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/indexOf.js
vendored
Normal file
5
bower_components/jquery/src/var/indexOf.js
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
define([
|
||||
"./arr"
|
||||
], function( arr ) {
|
||||
return arr.indexOf;
|
||||
});
|
||||
Reference in New Issue
Block a user