Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #126 from PolymerElements/auto-cleanup
Browse files Browse the repository at this point in the history
Automatic format!
  • Loading branch information
Elliott Marquez authored Apr 11, 2018
2 parents 22ee067 + 9b726e7 commit 8328a11
Show file tree
Hide file tree
Showing 10 changed files with 1,828 additions and 392 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ before_script:
npm run update-types && git diff --exit-code || (echo -e
'\n\033[31mERROR:\033[0m Typings are stale. Please run "npm run
update-types".' && false)
- >-
npm run format && git diff --exit-code || (echo -e '\n\033[31mERROR:\033[0m
Project is not formatted. Please run "npm run format".' && false)
env:
global:
- secure: >-
Expand Down
10 changes: 2 additions & 8 deletions demo/simple-dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,9 @@

<script>
(function() {
'use strict';

Polymer({
is: 'simple-dialog',
behaviors: [
Polymer.PaperDialogBehavior
]
});
'use strict';

Polymer({is: 'simple-dialog', behaviors: [Polymer.PaperDialogBehavior]});
})();
</script>
</dom-module>
Loading

0 comments on commit 8328a11

Please sign in to comment.