Index: trunk/parsers/wikidom/lib/synth/views/es.SurfaceView.js |
— | — | @@ -59,6 +59,7 @@ |
60 | 60 | .prependTo( this.$ ) |
61 | 61 | .bind( { |
62 | 62 | 'focus' : function() { |
| 63 | + $document.unbind( '.editSurface' ); |
63 | 64 | $document.bind({ |
64 | 65 | 'mousemove.editSurface' : function(e) { |
65 | 66 | return surfaceView.onMouseMove( e ); |