From 9002130ad57ceb1fef4cfce329e8727f64e8febb Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 29 Oct 2012 09:57:49 -0700 Subject: [PATCH] Assign invisiblesMap directly from param --- src/app/root-view.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/root-view.coffee b/src/app/root-view.coffee index 1079718a8..a356a8265 100644 --- a/src/app/root-view.coffee +++ b/src/app/root-view.coffee @@ -234,7 +234,7 @@ class RootView extends View getFontSize: -> @fontSize - setInvisiblesMap: (newMap) -> @invisiblesMap = newMap + setInvisiblesMap: (@invisiblesMap) -> getInvisiblesMap: -> @invisiblesMap loadUserConfiguration: ->