codecombat / treema

jQuery plugin that generates HTML interfaces to edit JSON data defined by json-schema.
http://codecombat.github.io/treema/
MIT License
152 stars 36 forks source link

Replace weird custom callback system with jquery event. #34

Open sderickson opened 10 years ago

sderickson commented 10 years ago

Right now callbacks are passed in through a callbacks option. jQuery has a perfectly nice events system so use that instead.