[3.x Legacy] Fix @@can.offKeyValue in DefineList for named properties
bmomberger-bitovi
released this
24 May 04:37
·
408 commits
to master
since this release
Listeners on named properties in DefineLists weren't unbinding correctly when using canReflect.offKeyValue()
to unbind. (removeEventListener/unbind/off were not affected by this issue). This release provides a fix to that issue.