Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
bitmask-dev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
meskio
bitmask-dev
Commits
bf6e0076
Unverified
Commit
bf6e0076
authored
Sep 6, 2016
by
Kali Kaneko
Browse files
Options
Downloads
Patches
Plain Diff
[bug] fix import
parent
65c2c186
Branches
Branches containing commit
Tags
backupninja_debian/1.0.1-1
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
www/Makefile
+3
-0
3 additions, 0 deletions
www/Makefile
www/app/lib/bitmask.js
+2
-2
2 additions, 2 deletions
www/app/lib/bitmask.js
with
5 additions
and
2 deletions
www/Makefile
+
3
−
0
View file @
bf6e0076
...
@@ -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
This diff is collapsed.
Click to expand it.
www/app/lib/bitmask.js
+
2
−
2
View file @
bf6e0076
...
@@ -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
=
{};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment