Skip to content

Commit

Permalink
Typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJones committed Apr 27, 2012
1 parent 56e84ac commit 7853060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/js/board.js
Expand Up @@ -497,7 +497,7 @@ var Node = ScreenObject.extend({
self.elements2[i].remove();
}
self.selected = false;
self.board.undoLock = true;
self.board.undoLock = false;
self.board.undoAdd();
return null;
},
Expand Down

0 comments on commit 7853060

Please sign in to comment.