From 8dec16213e678387b845999eb2c85bc7f9b936f5 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Tue, 2 Apr 2013 03:19:27 +0200 Subject: [PATCH] Shave a line. --- src/features.coffee | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/features.coffee b/src/features.coffee index 5ac509879..075f30395 100644 --- a/src/features.coffee +++ b/src/features.coffee @@ -369,10 +369,9 @@ Settings = data = version: g.VERSION date: now - Conf: Conf - data.Conf.WatchedThreads = {} + Conf['WatchedThreads'] = {} for db in DataBoards - data.Conf[db] = boards: {} + Conf[db] = boards: {} # Make sure to export the most recent data. $.get data.Conf, (Conf) -> data.Conf = Conf