Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
TimvdLippe committed Sep 15, 2017
1 parent 41fa90b commit 2da30c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit/property-effects-elements.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,11 @@
</div>
<span id="boundWithDash">{{objectWithDash.binding-with-dash}}</span>
<script id="scriptWithBinding">
/* eslint-disable no-unused-vars */
function foo() {
return "We have a {{binding}} here";
}
/* eslint-enable no-unused-vars */
</script>
<style id="styleWithBinding">
:host {
Expand Down

0 comments on commit 2da30c3

Please sign in to comment.