From a9f4d77593640388eb07dfdf0d4e3a0bf17416a2 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 5 May 2018 13:19:01 +0200 Subject: interface to move files to other threads --- public/assets/js/vendor/util.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'public/assets/js/vendor/util.js') diff --git a/public/assets/js/vendor/util.js b/public/assets/js/vendor/util.js index 7244d5a..3d206f5 100644 --- a/public/assets/js/vendor/util.js +++ b/public/assets/js/vendor/util.js @@ -219,6 +219,9 @@ if (!Function.prototype.bind) { }; } +function toArray(a_like){ + return Array.prototype.slice.call(a_like) +} // rAF polyfill (function() { var lastTime = 0; -- cgit v1.2.3-70-g09d2