From f6b930a33f6e396b1114c7b2d3ed1b3d418d16d7 Mon Sep 17 00:00:00 2001 From: Zixaphir Date: Tue, 14 May 2013 11:45:48 -0700 Subject: [PATCH] Consistency. --- builds/appchan-x.js | 2 +- builds/appchan-x.user.js | 2 +- builds/crx/script.js | 2 +- src/General/Main.coffee | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/builds/appchan-x.js b/builds/appchan-x.js index 5d5bdcbe3..91d251c49 100644 --- a/builds/appchan-x.js +++ b/builds/appchan-x.js @@ -14486,7 +14486,7 @@ 'Enabled Mascots nsfw': [], 'Deleted Mascots': [], 'Hidden Categories': ["Questionable"], - selectedArchives: {} + 'selectedArchives': {} }); return $.get(Conf, Main.initFeatures); }, diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js index 9d93b0295..fce8ed76c 100644 --- a/builds/appchan-x.user.js +++ b/builds/appchan-x.user.js @@ -14493,7 +14493,7 @@ 'Enabled Mascots nsfw': [], 'Deleted Mascots': [], 'Hidden Categories': ["Questionable"], - selectedArchives: {} + 'selectedArchives': {} }); return $.get(Conf, Main.initFeatures); }, diff --git a/builds/crx/script.js b/builds/crx/script.js index ccec427be..cddf18062 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -14477,7 +14477,7 @@ 'Enabled Mascots nsfw': [], 'Deleted Mascots': [], 'Hidden Categories': ["Questionable"], - selectedArchives: {} + 'selectedArchives': {} }); return $.get(Conf, Main.initFeatures); }, diff --git a/src/General/Main.coffee b/src/General/Main.coffee index 384a55642..a26b046a7 100644 --- a/src/General/Main.coffee +++ b/src/General/Main.coffee @@ -23,7 +23,7 @@ Main = 'Enabled Mascots nsfw': [] 'Deleted Mascots': [] 'Hidden Categories': ["Questionable"] - selectedArchives: {} + 'selectedArchives': {} $.get Conf, Main.initFeatures