Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed Dec 15, 2017
1 parent 62ce314 commit de0ac5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion lib/mixins/disable-upgrade-mixin.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
-->
<script>
(function() {
'use strict';

const DISABLED_ATTR = 'disable-upgrade';

Expand Down Expand Up @@ -79,7 +80,8 @@
}
}

}
};

});

})();
Expand Down
4 changes: 2 additions & 2 deletions test/unit/disable-upgrade.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h2 id="element">[[prop]]</h2>
prop: {
type: String
}
}
};
}
constructor() {
super();
Expand Down Expand Up @@ -71,7 +71,7 @@ <h2 id="element">[[prop]]</h2>
static get properties() {
return {
upgradeDisabled: {value: true}
}
};
}
enable() {
this.$.disabledEl.removeAttribute('disable-upgrade');
Expand Down

0 comments on commit de0ac5a

Please sign in to comment.