From ada88090ead2c3b9d0804794c5f20f9b24d1c2b1 Mon Sep 17 00:00:00 2001 From: Nik Nyby Date: Sat, 17 Jan 2015 17:12:36 -0500 Subject: Import to new git repository The old repository was using almost 100mb of space because of all the unnecessary files in the history. So I've imported the code to a new git repository. Unfortunately the history isn't viewable from this repository anymore. To see what happened with LibreJS before 2015, see the old Bazaar repo here: http://bzr.savannah.gnu.org/lh/librejs/ --- packages/vold-utils/lib/array.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 packages/vold-utils/lib/array.js (limited to 'packages/vold-utils/lib/array.js') diff --git a/packages/vold-utils/lib/array.js b/packages/vold-utils/lib/array.js new file mode 100644 index 0000000..5ac0577 --- /dev/null +++ b/packages/vold-utils/lib/array.js @@ -0,0 +1,6 @@ +'use strict'; + +function run(array) array.forEach(function(f) f()); +exports.run = run; + + -- cgit v1.2.3