Skip to content

Commit

Permalink
:Merge branch 'master' of github.com:JasonBarnabe/stylish-chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonBarnabe committed Sep 29, 2015
2 parents ce46571 + ffebbcb commit 5f9a4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ function renderLintReport(someBlockChanged) {
newBlock.cm = cm;

var block = content.children[newContent.children.length - 1];
blockChanged = !block || cm != block.cm || html != block.innerHTML;
var blockChanged = !block || cm != block.cm || html != block.innerHTML;
someBlockChanged |= blockChanged;
cm.state.lint.reportDisplayed = blockChanged;
}
Expand Down

0 comments on commit 5f9a4d6

Please sign in to comment.