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

Commit

Permalink
stopPropagation on nav taps
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Sep 17, 2013
1 parent 220048b commit d723ef6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pica/components/pi-toolbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
navAction: function(event) {
this.fire('nav-action');
event.cancelBubble = true;
event.stopPropagation();
},
navChanged: function() {
if (this.nav) {
Expand Down

0 comments on commit d723ef6

Please sign in to comment.