Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update web/js/board.js
  • Loading branch information
TylerJones committed Apr 27, 2012
1 parent 7853060 commit 93dd439
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/js/board.js
Expand Up @@ -484,7 +484,6 @@ var Node = ScreenObject.extend({

remove: function(self) {
var index;
self.board.undoLock = true;
index = self.board.nodes.indexOf(self);
if (index != -1) {
self.board.nodes.splice(index, 1); // remove if found
Expand All @@ -497,7 +496,6 @@ var Node = ScreenObject.extend({
self.elements2[i].remove();
}
self.selected = false;
self.board.undoLock = false;
self.board.undoAdd();
return null;
},
Expand Down

0 comments on commit 93dd439

Please sign in to comment.