Skip to content

Commit

Permalink
moved from removeView to remove to fix weird issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Jun 6, 2012
1 parent 7d14d9c commit a3d227e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/plugins/backbone.layoutmanager.js
Expand Up @@ -233,7 +233,7 @@ var LayoutManager = Backbone.View.extend({

// For every view in the array, remove the View and it's children.
_.each(view, function(view) {
view.removeView();
view.remove();
});

// Remove the object from memory.
Expand Down

0 comments on commit a3d227e

Please sign in to comment.