Under rating threshold (hideshow)
Just noticed this never mentions that submitAvatar it is under kongregate.images.submitAvatar. Not a big problem since you can find it in the example in the submitAvatar documentation, but thought I'd mention it here for anyone who is wondering.
Under rating threshold (hideshow)
I'm getting an error when the API tries to run the callback.
Here's my code: http://pastebin.com/LGii1MKk
Here's the stack trace: http://pastebin.com/ZKgs1dKi
Nothing happens to the Avatar class after submitting the avatar, and I can continue to build and submit new avatars without any problems. Tracing Avatar.onAvatarComplete returns the expected value (Function), not null.
The error pops as soon as I either accept or decline the new avatar. Apart from the error, everything functions as expected. The error does not cause any problems, I just wanted to report it and see if maybe I was doing something stupid.