Version 1
[yaffs-website] / node_modules / core-js / library / fn / array / pop.js
diff --git a/node_modules/core-js/library/fn/array/pop.js b/node_modules/core-js/library/fn/array/pop.js
new file mode 100644 (file)
index 0000000..b8414f6
--- /dev/null
@@ -0,0 +1,4 @@
+// for a legacy code and future fixes
+module.exports = function(){
+  return Function.call.apply(Array.prototype.pop, arguments);
+};
\ No newline at end of file