summaryrefslogtreecommitdiffstats
path: root/vnfmarket/common/thirdparty/jquery/src/var/push.js
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/common/thirdparty/jquery/src/var/push.js')
-rw-r--r--vnfmarket/common/thirdparty/jquery/src/var/push.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/vnfmarket/common/thirdparty/jquery/src/var/push.js b/vnfmarket/common/thirdparty/jquery/src/var/push.js
new file mode 100644
index 00000000..94656209
--- /dev/null
+++ b/vnfmarket/common/thirdparty/jquery/src/var/push.js
@@ -0,0 +1,7 @@
+define( [
+ "./arr"
+], function( arr ) {
+ "use strict";
+
+ return arr.push;
+} );