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

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliott Marquez committed Apr 7, 2018
1 parent 4532396 commit 77a75f0
Show file tree
Hide file tree
Showing 20 changed files with 1,530 additions and 1,322 deletions.
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 77a75f0

Please sign in to comment.