From a7ec7497e2b4ae65e9a88dd10e08962d123efcfa Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Tue, 17 Jun 2014 17:09:26 -0700 Subject: [PATCH] nof --- spec/editor-component-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/editor-component-spec.coffee b/spec/editor-component-spec.coffee index 0c01dc674..19ca0ccb6 100644 --- a/spec/editor-component-spec.coffee +++ b/spec/editor-component-spec.coffee @@ -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] = []