From 35fd7a348da4d2193a2692e8dc129dd9b19eee3a Mon Sep 17 00:00:00 2001 From: James Campos Date: Sat, 28 May 2011 20:19:24 -0700 Subject: [PATCH] rm some comments --- script.coffee | 7 ------- 1 file changed, 7 deletions(-) diff --git a/script.coffee b/script.coffee index 7b53c445d..ca63e5225 100644 --- a/script.coffee +++ b/script.coffee @@ -1,9 +1,3 @@ -# TODO -# option to skip post form directly to contents on first page, -# like what happens when using thread nav to go to next page -# (floating) qr no-quote button? -# updater cache hacks - # XXX chrome can't into `{log} = console` if console? log = (arg) -> @@ -63,7 +57,6 @@ config = 'Auto Update': [false, 'Automatically fetch new posts'] 'Interval': 30 -# FIXME this is fucking horrible # flatten the config _config = {} ((parent, obj) ->