menu fixes

This commit is contained in:
Jeena 2014-06-29 00:52:32 +02:00
parent 2343049227
commit a837d2099c
3 changed files with 6 additions and 8 deletions

View file

@ -36,7 +36,6 @@ function (Parent, Settings, Nc, Exception) {
Doll.prototype.setActionState = function(state, force) {
if(!force && this.actionState == state) return;
console.log(state)
if(!state) throw new Exception("action state is undefined");