Skip to content

Commit

Permalink
Fixed missing variable required in function closure.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard-Walton committed Jul 29, 2015
1 parent d2dc887 commit 2300e7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dist/milo.bundle.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions lib/components/c_facets/Css.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ function CssFacet$set(data) {
}

function CssFacet$del() {
var self = this;

_.eachKey(this.activeModelPaths, function(modelPaths, cssClass) {
modelPaths.clear();

Expand Down

0 comments on commit 2300e7b

Please sign in to comment.