Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
theefer committed Apr 10, 2014
1 parent ef70dda commit a5a7fa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dom-observer.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ define([
}));

var realChangedNodes = allChangedNodes.
filter(notEmptyTextNode).
filter(notSelectionMarkerNode);
filter(notEmptyTextNode).
filter(notSelectionMarkerNode);

return realChangedNodes.length > 0;
}
Expand Down

0 comments on commit a5a7fa5

Please sign in to comment.