1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-21 05:20:54 +00:00
This commit is contained in:
SirStendec 2016-09-30 13:09:03 -04:00
parent 8db999a8a8
commit 8280b93c97
28 changed files with 2140 additions and 603 deletions

View file

@ -815,8 +815,8 @@ FFZ.prototype._setting_get = function(key) {
}
FFZ.prototype._setting_get_twitch = function(key) {
var Settings = utils.ember_lookup('controller:settings');
return Settings && Settings.get('settings.' + key);
var Settings = utils.ember_settings();
return Settings && Settings.get(key);
}