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()