Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
TimvdLippe committed Jan 27, 2018
1 parent 291e4f5 commit 5e0bee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/property-effects-elements.html
Original file line number Diff line number Diff line change
Expand Up @@ -1047,11 +1047,11 @@
return {
prop: {
value: 'String',
observer(value, oldValue) {
observer() {
this.__observerCalled++;
}
}
}
};
}
}
SuperObserverElement.prototype.__observerCalled = 0;
Expand Down

0 comments on commit 5e0bee7

Please sign in to comment.