Temporarily remove '.editor' class from react editor wrapper

This will prevent warnings from packages during testing.
This commit is contained in:
Nathan Sobo
2014-04-06 11:47:09 -06:00
parent e24196c0ef
commit 8772e96935

View File

@@ -4,7 +4,7 @@ EditorComponent = require './editor-component'
module.exports =
class ReactEditorView extends View
@content: -> @div class: 'editor react-wrapper'
@content: -> @div class: 'react-wrapper'
constructor: (@editor) ->
super