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 645aa19 commit b3cf4fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vaadin-dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</vaadin-dialog-overlay>
</template>
<script>
{
(function() {

/**
* The overlay element.
Expand Down Expand Up @@ -172,6 +172,6 @@
* @namespace Vaadin
*/
window.Vaadin.VaadinDialog = VaadinDialog;
}
})();
</script>
</dom-module>

0 comments on commit b3cf4fe

Please sign in to comment.