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