From 837eaccd16213b5fc97f0c0f3cf5876e611258f7 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Mon, 28 Jul 2014 21:53:18 -0600 Subject: [PATCH] Remove extra nextAnimationFrame call --- spec/editor-component-spec.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/editor-component-spec.coffee b/spec/editor-component-spec.coffee index 0cffc74da..70fc23748 100644 --- a/spec/editor-component-spec.coffee +++ b/spec/editor-component-spec.coffee @@ -661,7 +661,6 @@ describe "EditorComponent", -> font-weight: bold; } """ - nextAnimationFrame() # re-measure characters once for a synchronous set of stylesheet changes nextAnimationFrame() # update based on new measurements cursor = componentNode.querySelector('.cursor')