Get rid of ve.ce.Surface.sluggable - we are not using it anymore.

Change-Id: Ibcd6c7c1bae4f4dd7c3ac52719e17214dbae6558
This commit is contained in:
Inez Korczyński 2012-12-05 14:34:47 -08:00
parent 06a02e3f34
commit 6981d2d0d9

View file

@ -32,7 +32,6 @@ ve.ce.Surface = function VeCeSurface( $container, model, surface ) {
this.$document = $( document ); this.$document = $( document );
this.clipboard = {}; this.clipboard = {};
this.locked = false; this.locked = false;
this.sluggable = true;
this.dragging = false; this.dragging = false;
this.selecting = false; this.selecting = false;
this.$phantoms = $( '<div class="ve-ce-phantoms">' ); this.$phantoms = $( '<div class="ve-ce-phantoms">' );