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

Commit

Permalink
[popup] Forgot semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Schulhof committed Aug 16, 2012
1 parent 069bd3f commit b818af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/widgets/popup.js
Expand Up @@ -509,7 +509,7 @@ define( [ "jquery",
}

this._ui.screen
.appendTo( this._page )
.appendTo( this._page );
this._on( this._ui.screen, { "vclick": "_eatEventAndClose" } );
this._updateScreen( this.options.overlayTheme );

Expand Down

0 comments on commit b818af1

Please sign in to comment.