diff --git a/4chan_x.js b/4chan_x.js index cea6cf21b..316224efb 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -2265,7 +2265,6 @@ }; NAMESPACE = 'AEOS.4chan_x.'; g = { - cache: {}, requests: {}, callbacks: [] }; diff --git a/script.coffee b/script.coffee index 722ab5d0b..a4945dbd2 100644 --- a/script.coffee +++ b/script.coffee @@ -1740,7 +1740,6 @@ imgExpand = #main NAMESPACE = 'AEOS.4chan_x.' g = - cache: {} requests: {} callbacks: []