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