Skip to content

Commit

Permalink
double semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreensp committed May 16, 2012
1 parent 0172f98 commit fe5d57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/liveui/liveui.js
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ Meteor.ui = Meteor.ui || {};
event.preventDefault();
}
if (event.isImmediatePropagationStopped())
break;; // stop handling by this and other event maps
break; // stop handling by this and other event maps
}
}

Expand Down

0 comments on commit fe5d57b

Please sign in to comment.