mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 14:56:20 +00:00
ve.init.mw.Target: Remove unused property
Unused since 6e64fba2f8
.
Change-Id: I223f2346c04573a9e853b49bfc83e542cec47c61
This commit is contained in:
parent
7a3343c606
commit
3dbff552dc
|
@ -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
|
||||
|
|
|
@ -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 () {
|
||||
|
|
Loading…
Reference in a new issue