Hello !
This piece of code:
produces this strange error into the log:
I never call this function dojo.hitch anywhere in my code, so that call must be done at some point in the BGA framework.
However, that's all, this is not a blocking error, and the game flow prosecute correctly after that
...
Should I be worried, doc'?
This piece of code:
Code: Select all
this.ajaxcall( "/innovation/innovation/initial_meld.html", {lock: true,
player_id: this.my_id,
card_id: card_id});Code: Select all
Client error: TypeError: dojo.hitch(...) is not a function. During /innovation/innovation/initial_meld.html Received: {"status":1,"data":{"valid":1,"data":null}} However, that's all, this is not a blocking error, and the game flow prosecute correctly after that
Should I be worried, doc'?