Thanks to visit codestin.com
Credit goes to github.com

Skip to content

patcher is not unbinding onPatches #13

@justinbmeyer

Description

@justinbmeyer

cc @m-mujica

var ListType = DefineList.extend("ListType",{});
var list = new ListType(["a","b"]);
var p1 = new Patcher(list);

function handler(){}
p1[canSymbol.for("can.onPatches")](handler);
p1[canSymbol.for("can.offPatches")](handler); //-> will not unbind on `list`

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions