Unfocus EditorComponent spec

This commit is contained in:
Kevin Sawicki
2014-04-29 16:11:20 -07:00
parent 17cd979299
commit 960285a270

View File

@@ -2,7 +2,7 @@
ReactEditorView = require '../src/react-editor-view'
nbsp = String.fromCharCode(160)
fdescribe "EditorComponent", ->
describe "EditorComponent", ->
[editor, wrapperView, component, node, verticalScrollbarNode, horizontalScrollbarNode] = []
[lineHeightInPixels, charWidth, delayAnimationFrames, nextAnimationFrame] = []