From 7cec7398a16fb72a7ef9d8ad2f1651295d01961a Mon Sep 17 00:00:00 2001 From: James Campos Date: Thu, 2 Dec 2010 05:31:26 -0800 Subject: [PATCH] alphabetize globals --- 4chan_x.coffee | 6 +++--- 4chan_x.js | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/4chan_x.coffee b/4chan_x.coffee index 5543b252d..893004177 100644 --- a/4chan_x.coffee +++ b/4chan_x.coffee @@ -752,9 +752,6 @@ AEOS.init() g = callbacks: [] count: 0 - iframe: false - xhrs: [] - watched: JSON.parse(GM_getValue('watched', '{}')) favEmpty: 'data:image/gif;base64,R0lGODlhEAAQAJEAAAAAAP///9vb2////yH5BAEAAAMALAAAAAAQABAAAAIvnI+pq+D9DBAUoFkPFnbs7lFZKIJOJJ3MyraoB14jFpOcVMpzrnF3OKlZYsMWowAAOw==' favNormal: $('link[rel="shortcut icon"]', $('head', d))?.href or 'http://static.4chan.org/image/favicon.ico' flavors: [ @@ -763,7 +760,10 @@ g = 'http://saucenao.com/search.php?db=999&url=' 'http://tineye.com/search?url=' ].join '\n' + iframe: false startup: true + watched: JSON.parse(GM_getValue('watched', '{}')) + xhrs: [] pathname = location.pathname.substring(1).split('/') [g.BOARD, temp] = pathname if temp is 'res' diff --git a/4chan_x.js b/4chan_x.js index ed4c00b90..f32e922e9 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -978,13 +978,13 @@ g = { callbacks: [], count: 0, - iframe: false, - xhrs: [], - watched: JSON.parse(GM_getValue('watched', '{}')), favEmpty: 'data:image/gif;base64,R0lGODlhEAAQAJEAAAAAAP///9vb2////yH5BAEAAAMALAAAAAAQABAAAAIvnI+pq+D9DBAUoFkPFnbs7lFZKIJOJJ3MyraoB14jFpOcVMpzrnF3OKlZYsMWowAAOw==', favNormal: ((_ref = $('link[rel="shortcut icon"]', $('head', d))) != null ? _ref.href : void 0) || 'http://static.4chan.org/image/favicon.ico', flavors: ['http://regex.info/exif.cgi?url=', 'http://iqdb.org/?url=', 'http://saucenao.com/search.php?db=999&url=', 'http://tineye.com/search?url='].join('\n'), - startup: true + iframe: false, + startup: true, + watched: JSON.parse(GM_getValue('watched', '{}')), + xhrs: [] }; pathname = location.pathname.substring(1).split('/'); g.BOARD = pathname[0], temp = pathname[1];