add localforage keys to config

This commit is contained in:
Georg Fischer 2015-12-30 15:19:23 +01:00
parent 2b1229227e
commit 14ec6fbd1c

View File

@ -8,7 +8,10 @@ define(
// https://api.imgur.com/oauth2/addclient // https://api.imgur.com/oauth2/addclient
// thank you. // thank you.
imgur: 'a4c24380d884932', imgur: 'a4c24380d884932',
storage: 'glitch-items'
storage: 'glitch-items',
settings: 'settings',
language: 'language'
}, },
defaultControlParams: { defaultControlParams: {
amount: { min: 0, max: 99, value: 24 }, amount: { min: 0, max: 99, value: 24 },