Merge "OO.ui.WindowManager -> ve.ui.WindowManager"

This commit is contained in:
jenkins-bot 2014-11-21 22:12:59 +00:00 committed by Gerrit Code Review
commit adb186e454

View file

@ -27,7 +27,7 @@ ve.ui.MWTemplateDialog = function VeUiMWTemplateDialog( config ) {
this.preventReselection = false;
this.confirmOverlay = new ve.ui.Overlay( { classes: ['ve-ui-overlay-global'] } );
this.confirmDialogs = new OO.ui.WindowManager( { factory: ve.ui.windowFactory, isolate: true } );
this.confirmDialogs = new ve.ui.WindowManager( { factory: ve.ui.windowFactory, isolate: true } );
this.confirmOverlay.$element.append( this.confirmDialogs.$element );
$( 'body' ).append( this.confirmOverlay.$element );
};