What was that for anyway.

This commit is contained in:
Nicolas Stepien 2011-07-24 10:46:00 +02:00
parent fb87175af6
commit 908d9cf581
2 changed files with 2 additions and 3 deletions

View File

@ -59,7 +59,7 @@
*/
(function() {
var $, $$, Favicon, NAMESPACE, Recaptcha, Time, anonymize, conf, config, cooldown, d, expandComment, expandThread, firstRun, g, imgExpand, imgGif, imgHover, imgPreloading, key, keybinds, log, main, nav, nodeInserted, options, qr, quoteBacklink, quoteInline, quoteOP, quotePreview, redirect, replyHiding, reportButton, revealSpoilers, sauce, threadHiding, threadStats, threading, titlePost, ui, unread, updater, val, watcher, _ref;
var $, $$, Favicon, NAMESPACE, Recaptcha, Time, anonymize, conf, config, cooldown, d, expandComment, expandThread, firstRun, g, imgExpand, imgGif, imgHover, imgPreloading, key, keybinds, log, main, nav, nodeInserted, options, qr, quoteBacklink, quoteInline, quoteOP, quotePreview, redirect, replyHiding, reportButton, revealSpoilers, sauce, threadHiding, threadStats, threading, titlePost, ui, unread, updater, watcher, _ref;
var __slice = Array.prototype.slice;
config = {
main: {
@ -498,7 +498,6 @@
});
}
for (key in conf) {
val = conf[key];
conf[key] = $.getValue(key, conf[key]);
}
$$ = function(selector, root) {

View File

@ -352,7 +352,7 @@ else
localStorage[name] = JSON.stringify value
#load values from localStorage
for key, val of conf
for key of conf
conf[key] = $.getValue key, conf[key]
$$ = (selector, root=d.body) ->