Add asserts folder

Add @command decorator
This commit is contained in:
RainLoop Team 2016-09-03 02:19:37 +03:00
parent a60ffc06e1
commit 1526130bfc
44 changed files with 300 additions and 264 deletions

View file

@ -15,7 +15,6 @@ class AboutUserView extends AbstractViewNext
{
constructor() {
super();
this.version = ko.observable(Settings.appSettingsGet('version'));
}
}