Skip to content

Commit

Permalink
#25 leave pointing mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gyuque committed Feb 4, 2014
1 parent a62cd5e commit 7467767
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions inner/js/ui/map-pane.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ if (!window.mobmap) { window.mobmap={}; }
this.enterDragSelectionMode();
}
}
},

selDidDisposeSession: function(selController) {
this.leaveSpecialPointingMode();
}
};

Expand Down

0 comments on commit 7467767

Please sign in to comment.