mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 00:30:44 +00:00
Get rid of ve.ce.Surface.sluggable - we are not using it anymore.
Change-Id: Ibcd6c7c1bae4f4dd7c3ac52719e17214dbae6558
This commit is contained in:
parent
06a02e3f34
commit
6981d2d0d9
|
@ -32,7 +32,6 @@ ve.ce.Surface = function VeCeSurface( $container, model, surface ) {
|
|||
this.$document = $( document );
|
||||
this.clipboard = {};
|
||||
this.locked = false;
|
||||
this.sluggable = true;
|
||||
this.dragging = false;
|
||||
this.selecting = false;
|
||||
this.$phantoms = $( '<div class="ve-ce-phantoms">' );
|
||||
|
|
Loading…
Reference in a new issue