a new oblect utils - enum, enum view, refactoring of mainLayout, debugging, states for sockets

This commit is contained in:
Blue 2018-08-29 22:54:18 +03:00 committed by blue
parent 46444c5fad
commit bc4ed4a7cd
14 changed files with 260 additions and 57 deletions

View file

@ -21,6 +21,7 @@ var LocalModel = Subscribable.inherit({
},
"setData": function(data) {
this.data = data;
this.initialized = true;
this.trigger("data");
}
});