turning off native spellcheck for now

This commit is contained in:
christian 2012-02-15 23:42:43 +00:00
parent dc1d30fcb5
commit 8b3bc2e439
Notes: Gabriel Wicke 2012-02-27 16:40:01 +00:00

View file

@ -17,6 +17,7 @@ ve.es.DocumentNode = function( model, surfaceView ) {
// DOM Changes
this.$.addClass( 'es-documentView' );
this.$.attr('contentEditable', 'true');
this.$.attr('spellcheck', 'false');
};
/* Static Members */