Skip to content

Commit

Permalink
Sync with skeleton: Switch back to using function closures
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki committed Jan 16, 2018
1 parent 7fd0830 commit 53a11c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vaadin-split-layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
</template>

<script>
{
(function() {
/**
* `<vaadin-split-layout>` is a Polymer element implementing a split layout for two
* content elements with a draggable splitter between them.
Expand Down Expand Up @@ -330,6 +330,6 @@
*/
window.Vaadin = window.Vaadin || {};
Vaadin.SplitLayoutElement = SplitLayoutElement;
}
})();
</script>
</dom-module>

0 comments on commit 53a11c7

Please sign in to comment.