Skip to content

Commit

Permalink
Jimmyhat check...
Browse files Browse the repository at this point in the history
  • Loading branch information
etgryphon committed Oct 19, 2011
1 parent 8f85bfa commit 4d16667
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frameworks/canvas/system/canvas.js
Expand Up @@ -150,6 +150,7 @@ Sai.Canvas = SC.Object.extend({
if (!element) return;
var oe = oes || this._orderedElements;
if (oe) oe.removeObject(element);
if (SC.none(this._elements)) return;
delete this._elements[element.get('id')];
element.destroy();
},
Expand Down

0 comments on commit 4d16667

Please sign in to comment.