Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed May 15, 2018
1 parent 358a1c6 commit 44e725b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/gestures-elements.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ class XDisabledTap extends GestureEventListeners(PolymerElement) {
<div disabled>
<button id="nested" on-tap="tap"></button>
</div>
<x-disabled id="disabledEl" on-tap="tap"></x-disabled>`
<x-disabled id="disabledEl" on-tap="tap"></x-disabled>`;
}
static get is() {
return 'x-disabled-tap';
Expand Down

0 comments on commit 44e725b

Please sign in to comment.