Trial key

This commit is contained in:
RainLoop Team 2015-02-03 14:42:06 +04:00
parent 286ab567af
commit c253b7c4bd
8 changed files with 40 additions and 10 deletions

View file

@ -27,6 +27,8 @@
});
this.interfaceAnimation.valueHasMutated();
this.prem = ko.observable(false);
}
AppStore.prototype.populate = function()
@ -35,6 +37,8 @@
this.allowLanguagesOnSettings(!!Settings.settingsGet('AllowLanguagesOnSettings'));
this.interfaceAnimation(!!Settings.settingsGet('InterfaceAnimation'));
this.prem(!!Settings.settingsGet('PremType'));
};
module.exports = AppStore;