Testing memory leaks in Chrome DevTools (after several attach/detach the jQuery plugin) I have found that there are some delta objects but I can't understand their nature:
What is feedback_cell about which reports DevTools? I do not have such identifier in my code (here BsMultiSelect.js).
Line number points to method definition: function staticContentGenerator(...) {
I guess the feedback_cell is something from internal js structures, but I can't find anything about it.
How to deal with such traces?