ve.init.mw.Target: Remove unused property

Unused since 6e64fba2f8.

Change-Id: I223f2346c04573a9e853b49bfc83e542cec47c61
This commit is contained in:
Bartosz Dziewoński 2019-01-24 03:02:17 +01:00
parent 7a3343c606
commit 3dbff552dc
2 changed files with 0 additions and 3 deletions

View file

@ -457,7 +457,6 @@ ve.init.mw.DesktopArticleTarget.prototype.activate = function ( dataPromise ) {
] ) );
surface.setDisabled( true );
// setSurface creates dummy toolbar
this.dummyToolbar = true;
this.setSurface( surface );
// Disconnect the tool factory listeners so the toolbar
// doesn't start showing new tools as they load, too

View file

@ -383,8 +383,6 @@ ve.init.mw.Target.prototype.addSurface = function () {
surface.$element.addClass( 've-init-mw-target-surface' );
this.track( 'trace.createSurface.exit' );
this.dummyToolbar = false;
this.setSurface( surface );
setTimeout( function () {