Skip to content

Commit

Permalink
Lint fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed Sep 21, 2017
1 parent e3e128b commit 946aad5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions lib/elements/properties-element.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<link rel="import" href="../mixins/properties-mixin.html">

<script>
(function() {

'use strict';

/**
Expand Down Expand Up @@ -41,4 +43,6 @@
* @extends {HTMLElement}
*/
Polymer.PropertiesElement = PropertiesElement;

})();
</script>
2 changes: 1 addition & 1 deletion lib/mixins/properties-mixin.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
*/
disconnectedCallback() {}

}
};

});

Expand Down

0 comments on commit 946aad5

Please sign in to comment.