IE and its silly events

Change-Id: I81f46eca20cc5197305cbd355751c4c90e3b670b
This commit is contained in:
Christian Williams 2012-05-25 16:12:58 -07:00
parent 83e7eddfaf
commit 64b9b33eec

View file

@ -23,7 +23,7 @@ ve.ce.Surface = function( $container, model ) {
'mouseup': this.proxy( this.onMouseUp ),
'mousemove': this.proxy( this.onMouseMove ),
'cut copy': this.proxy( this.onCutCopy ),
'paste': this.proxy( this.onPaste ),
'beforepaste paste': this.proxy( this.onPaste ),
} );
// Initialization