Releases: canjs/can-event-queue
Releases · canjs/can-event-queue
Fix a typo in the documentation
For documentation needs, fix the isntance
wording to instance
.
QUNIT2 upgrade
This updates the tests to use QUnit@2.x.x.
Read from Symbol as well as the __inSetup property
Part of the cleanup to add check for Symbol as well as the __inSetup
property.
Ref - canjs/canjs#4705
Fix binding method order of `.on` and `.off`
Commit: aa06912 This fixes the order of .on
to use @@can.onEvent
, addEventListener
, @@can.onKeyValue
. It does something similar for .off
.