From 65c2c18653feb5f6485710e9656b19e368bb2826 Mon Sep 17 00:00:00 2001 From: elijah Date: Mon, 5 Sep 2016 17:34:11 -0700 Subject: [feature] webkit support: get the js and css working in older webkit engines --- www/app/lib/bitmask.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'www/app/lib/bitmask.js') diff --git a/www/app/lib/bitmask.js b/www/app/lib/bitmask.js index 03b6c7b..af019b1 100644 --- a/www/app/lib/bitmask.js +++ b/www/app/lib/bitmask.js @@ -27,6 +27,9 @@ * finished or will fail if there was any error. Errors are always user readable * strings. */ + +import Promise from 'promise' + var bitmask = function(){ var event_handlers = {}; -- cgit v1.2.3