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
{{ message }}
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
Hi, there is some inconsistent between Backbone event hash and Chaplin @DeleGate.
Chaplin @DeleGate event namespace is
".delegate"
Backbone event hash namespace is
".delegateEvents"
So I can't use @undelegate on Backbone bound callback
Second issue
If I use
@noWrap
on View,@$el
won't be initialize until@render
, if user@delegate
in initialize, it will wrongly bind to@container
.If this is expected behaviour, maybe we can modify doc to point out. incase someone ( like me ) misuse it.
The text was updated successfully, but these errors were encountered: