In the context of YUI3 custom events : what is the difference between Y.fire and Y.publish ?
|
feedback
|
|
Publish creates a new custom event, while fire will trigger it, read the specs here: http://yuilibrary.com/yui/docs/api/classes/EventTarget.html#method_publish http://yuilibrary.com/yui/docs/api/classes/EventTarget.html#method_fire | |||||
feedback
|