We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9274860 commit 76b4b10Copy full SHA for 76b4b10
src/lib/events.js
@@ -89,10 +89,6 @@ var Events = {
89
* all handlers for a particular event and returns the return value
90
* of the LAST handler. This function also triggers jQuery's
91
* triggerHandler for backwards compatibility.
92
- *
93
- * Note: triggerHandler has been recommended for deprecation in v2.0.0,
94
- * so the additional behavior of triggerHandler triggering internal events
95
- * is deliberate excluded in order to avoid reinforcing more usage.
96
*/
97
triggerHandler: function(plotObj, event, data) {
98
var jQueryHandlerValue;
0 commit comments