Mark
08/25/2020, 8:06 PMthis.model.off([event], null, this)
? It isn’t documented by Backbone as a valid use of the function. When looking in the console, some models can accumulate a large amount of orphaned listeners in this.model._events
. Is there an easy way to fix this?Steve Goldberg
08/26/2020, 10:11 AMthis.model.off([event], null, this)
an invalid use of it? It would remove all callbacks from the specified event based on the current context, wouldn't it?Mark
08/26/2020, 3:00 PM