Remove trailing }

This commit is contained in:
Kevin Sawicki
2014-01-13 15:40:17 -08:00
parent 63df8dfcdb
commit 06ccb48efe

View File

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