Skip to content

Commit

Permalink
Revert the chrome fix for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelkaron committed May 29, 2013
1 parent 4306614 commit 46186c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/dependency-examples/troopjs_require/js/widget/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ define([
var store = me[STORE];
var $target = $($event.currentTarget);
var title = $target.val().trim();
var $li = $target.closest('li.editing');
var $li = $target.closest('li');
var index = $li.data('index');

if (title === '') {
Expand Down

0 comments on commit 46186c9

Please sign in to comment.