Finish porting TextEditorComponent specs

This commit is contained in:
Antonio Scandurra
2015-06-12 15:53:37 +02:00
parent 7ac0cdcbf5
commit 57350b7492

View File

@@ -5,7 +5,7 @@ TextEditorView = require '../src/text-editor-view'
TextEditorComponent = require '../src/text-editor-component'
nbsp = String.fromCharCode(160)
fdescribe "TextEditorComponent", ->
describe "TextEditorComponent", ->
[contentNode, editor, wrapperView, wrapperNode, component, componentNode, verticalScrollbarNode, horizontalScrollbarNode] = []
[lineHeightInPixels, charWidth, nextAnimationFrame, noAnimationFrame, tileSize, tileHeightInPixels] = []