I want to call start in JavaScript file. How can I do?
ractive.on('start', function(){ ... });
call fire method.
ractive.fire('start');