You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Listener functions like .on() have a data parameter in 2.x, e.g. node.on('tap', { foo: 'bar' }, function(){ /* ... */ }). In order to keep events lean and as performant as possible, this feature will not exist in 3.x.
Listener functions like
.on()have adataparameter in 2.x, e.g.node.on('tap', { foo: 'bar' }, function(){ /* ... */ }). In order to keep events lean and as performant as possible, this feature will not exist in 3.x.