update components

This commit is contained in:
Luke Pulverenti 2016-03-04 22:39:49 -05:00
parent 7dbb1f7535
commit b447272b19
26 changed files with 478 additions and 107 deletions

View file

@ -62,6 +62,15 @@ define(['appSettings', 'apiClientResolver', 'events'], function (appsettings, ap
return self.get('language');
};
self.skipLength = function (val) {
if (val != null) {
self.set('skipLength', val.toString());
}
return parseInt(self.get('skipLength') || '15000');
};
self.serverConfig = function (config) {
if (config) {