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