Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #277 from PolymerElements/format
Browse files Browse the repository at this point in the history
Format
  • Loading branch information
e111077 authored Apr 10, 2018
2 parents 4cf7dc6 + 9030c05 commit d5ed3da
Show file tree
Hide file tree
Showing 23 changed files with 2,759 additions and 1,363 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ 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 has not been formatted. Please run "npm run
format" or update the formatconfig.json.' && false)
env:
global:
- secure: >-
Expand Down
11 changes: 3 additions & 8 deletions demo/simple-overlay.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,14 @@
</dom-module>

<script>

(function() {
(function() {

Polymer({

is: 'simple-overlay',

behaviors: [
Polymer.IronOverlayBehavior
]
behaviors: [Polymer.IronOverlayBehavior]

});

})();

})();
</script>
Loading

0 comments on commit d5ed3da

Please sign in to comment.