mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
menu fixes
This commit is contained in:
parent
2343049227
commit
a837d2099c
3 changed files with 6 additions and 8 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue