Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
add registerScopes to dev loader
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Mar 3, 2014
1 parent a2cba6a commit 96be1f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pointergestures.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
'src/track.js',
'src/flick.js',
'src/pinch.js',
'src/tap.js'
'src/tap.js',
'src/registerScopes.js'
];

window[scopeName] = {
Expand Down

0 comments on commit 96be1f3

Please sign in to comment.