Skip to content
Snippets Groups Projects
Unverified Commit bf6e0076 authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[bug] fix import

parent 65c2c186
Branches
Tags backupninja_debian/1.0.1-1
No related merge requests found
...@@ -21,6 +21,9 @@ pydist-clean: ...@@ -21,6 +21,9 @@ pydist-clean:
rm -rf build dist rm -rf build dist
rm -rf leap/bitmask_www/* rm -rf leap/bitmask_www/*
uninstall:
pip uninstall leap.bitmask_www
all: clean build pydist all: clean build pydist
.PHONY: clean build install all .PHONY: clean build install all
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
* strings. * strings.
*/ */
import Promise from 'promise' import "babel-polyfill";
var bitmask = function(){ var bitmask = function(){
var event_handlers = {}; var event_handlers = {};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment