fixed bugs in dispatching of commands

This commit is contained in:
Borys Levytskyi
2015-04-03 03:51:00 +03:00
parent 86349c9c30
commit a7d2077305
5 changed files with 69 additions and 84 deletions

View File

@@ -25,6 +25,7 @@
reg.resolved = inst;
}
console.log(name + ' resolved', reg.resolved);
return reg.resolved;
};