From 06ccb48efe28a93e4bc517c10d60e18472a5bdff Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 13 Jan 2014 15:40:17 -0800 Subject: [PATCH] Remove trailing } --- src/editor-view.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor-view.coffee b/src/editor-view.coffee index 9ae326c54..ccf6d7919 100644 --- a/src/editor-view.coffee +++ b/src/editor-view.coffee @@ -1013,7 +1013,7 @@ class EditorView extends View # # fontSize - A {Number} indicating the font size in pixels. setFontSize: (fontSize) -> - @css('font-size', "#{fontSize}px}") + @css('font-size', "#{fontSize}px") @clearCharacterWidthCache()