Functiondojo._Animation._fire

<script src="../../js/dojo.js"></script>
defined in dojo/_base/fx.js

Convenience function. Fire event "evt" and pass it the arguments specified in "args".

Usage

function (evt, /*Array?*/ args) (view source)
parametertypedescription
evt The event to fire.
argsArrayOptional. The arguments to pass to the event.