common.handlers

Array of event handlers.
Array, default = []
There is no need to change this array directly. You should use .on() method to add event listener and .off() to remove it. However, it might be useful to iterate the array to see what event handlers have been added.

User Comments

comments powered by Disqus