* Code cleanup. WIP theme stuff. Better CPR handling, etc.

This commit is contained in:
NuSkooler 2014-10-29 22:23:44 -06:00
parent 7cfe72d53b
commit 1ef9a4a1ce
11 changed files with 147 additions and 125 deletions

View file

@ -17,6 +17,7 @@ function User() {
this.id = 0;
this.userName = '';
this.properties = {};
this.isValid = function() {
if(self.id <= 0 || self.userName.length < 2) {