This commit is contained in:
Ben Ogle
2014-06-17 17:09:26 -07:00
parent 3790cdb262
commit a7ec7497e2

View File

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