Start polling in async mode after document node is focused

This commit is contained in:
Inez Korczynski 2012-06-14 17:24:15 -07:00
parent 9f1885bc4b
commit fc138f3497

View file

@ -84,7 +84,7 @@ ve.ce.Surface.prototype.documentOnFocus = function() {
'mousedown.ve-ce-Surface': ve.proxy( this.onMouseDown, this ), 'mousedown.ve-ce-Surface': ve.proxy( this.onMouseDown, this ),
'mouseup.ve-ce-Surface': ve.proxy( this.onMouseUp, this ), 'mouseup.ve-ce-Surface': ve.proxy( this.onMouseUp, this ),
} ); } );
this.startPolling(); this.startPolling( true );
}; };
ve.ce.Surface.prototype.documentOnBlur = function() { ve.ce.Surface.prototype.documentOnBlur = function() {