init


Fires when the instance is ready for use.

instance.on("init", function() {
    // instance is ready
});