Skip to content

Commit

Permalink
Added mousetrap to enable keyboard shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
sahat committed Jan 24, 2016
1 parent 3379f34 commit 5500e59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"rxjs": "~4.0.6",
"CodeMirror": "~5.8.0",
"chai": "~3.4.1",
"clipboard": "~1.5.5"
"clipboard": "~1.5.5",
"mousetrap": "~1.5.3"
}
}
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ var paths = {
'public/bower_components/bootstrap/dist/js/bootstrap.min.js',
'public/bower_components/d3/d3.min.js',
'public/bower_components/moment/min/moment.min.js',
'public/bower_components/mousetrap/mousetrap.min.js',
'public/bower_components/lightbox2/dist/js/lightbox.min.js',
'public/bower_components/rxjs/dist/rx.all.min.js'
],
Expand Down

0 comments on commit 5500e59

Please sign in to comment.