Lets not run this every init...

This commit is contained in:
Zixaphir 2013-05-10 03:13:18 -07:00
parent a757b6f6fb
commit f1303d311c
4 changed files with 4 additions and 4 deletions

View File

@ -420,7 +420,7 @@
g = {
VERSION: '2.0.2',
NAMESPACE: 'appchan x.'.replace(' ', '_'),
NAMESPACE: 'appchan_x.',
TYPE: 'sfw',
boards: {},
threads: {},

View File

@ -417,7 +417,7 @@
g = {
VERSION: '2.0.2',
NAMESPACE: 'appchan x.'.replace(' ', '_'),
NAMESPACE: 'appchan_x.',
TYPE: 'sfw',
boards: {},
threads: {},

View File

@ -397,7 +397,7 @@
g = {
VERSION: '2.0.2',
NAMESPACE: 'appchan x.'.replace(' ', '_'),
NAMESPACE: 'appchan_x.',
TYPE: 'sfw',
boards: {},
threads: {},

View File

@ -13,7 +13,7 @@ d = document
doc = d.documentElement
g =
VERSION: '<%= version %>'
NAMESPACE: '<%= meta.name %>.'.replace ' ', '_'
NAMESPACE: '<%= meta.name.replace(' ', '_') %>.'
TYPE: 'sfw'
boards: {}
threads: {}