From a1ce1c9ef64194630a0deeb565fc10facc1e648e Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 12 Feb 2014 08:42:50 -0800 Subject: [PATCH] :memo: . instead of , --- src/editor-view.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/editor-view.coffee b/src/editor-view.coffee index a666c653c..5331cd230 100644 --- a/src/editor-view.coffee +++ b/src/editor-view.coffee @@ -703,7 +703,7 @@ class EditorView extends View # Public: Sets the font family for the editor. # - # fontFamily - A {String} identifying the CSS `font-family`, + # fontFamily - A {String} identifying the CSS `font-family`. setFontFamily: (fontFamily='') -> @css('font-family', fontFamily) @@ -713,7 +713,7 @@ class EditorView extends View # Public: Gets the font family for the editor. # - # Returns a {String} identifying the CSS `font-family`, + # Returns a {String} identifying the CSS `font-family`. getFontFamily: -> @css("font-family") # Public: Redraw the editor