diff options
Diffstat (limited to 'bower_components/jquery/src/var/arr.js')
-rw-r--r-- | bower_components/jquery/src/var/arr.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bower_components/jquery/src/var/arr.js b/bower_components/jquery/src/var/arr.js new file mode 100644 index 00000000..b18fc9ce --- /dev/null +++ b/bower_components/jquery/src/var/arr.js @@ -0,0 +1,3 @@ +define(function() { + return []; +}); |