Skip to content

Commit

Permalink
prevent simulated events to trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelkaron committed Jun 1, 2012
1 parent 37a4b5e commit dca5107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/architecture-examples/troopjs/js/widget/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ define( [ "troopjs-core/component/widget", "troopjs-core/store/local", "jquery",

if (title === "") {
$target
.closest("li")
.closest("li.editing")
.removeClass("editing")
.find(".destroy")
.click();
Expand Down

0 comments on commit dca5107

Please sign in to comment.