Initial OpenECOMP Portal commit
[portal.git] / ecomp-portal-FE / client / bower_components / jquery / src / var / slice.js
diff --git a/ecomp-portal-FE/client/bower_components/jquery/src/var/slice.js b/ecomp-portal-FE/client/bower_components/jquery/src/var/slice.js
new file mode 100644 (file)
index 0000000..d8206d3
--- /dev/null
@@ -0,0 +1,5 @@
+define( [
+       "./arr"
+], function( arr ) {
+       return arr.slice;
+} );