Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/xal1983/knockout-kendo in…
Browse files Browse the repository at this point in the history
…to xal1983-master
  • Loading branch information
rniemeyer committed Dec 26, 2014
2 parents 2058df8 + 54ae982 commit 89b847f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/knockout-kendo-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ko.kendo.BindingFactory = function() {
//step 6: handle disposal, if there is a destroy method on the widget
if(widget.destroy) {
ko.utils.domNodeDisposal.addDisposeCallback(element, function() {
widget.destroy();
kendo.destroy(widget);
});
}
};
Expand Down

0 comments on commit 89b847f

Please sign in to comment.