Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyrmilligan committed Sep 23, 2013
1 parent 0f625b9 commit 33b50b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/lavaca/mvc/View.js
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ define(function(require) {
childViewSearch.each(function(index, item) {
var $item = $(item),
childView = $item.data('view');
if (childview) {
if (childView) {
self.childViews.remove(childView.id);
childView.dispose();
}
Expand Down

0 comments on commit 33b50b1

Please sign in to comment.