In afterContentAdded() there are aspect.after() calls where the handles are never remov()ed. A few lines later other handles with on() are push()ed to grid._listeners grid._listeners.push(). What about push()ing the aspect.after handles there, too, to get them remove()d when the list is destroy()ed.
In afterContentAdded() there are aspect.after() calls where the handles are never remov()ed. A few lines later other handles with on() are push()ed to grid._listeners grid._listeners.push(). What about push()ing the aspect.after handles there, too, to get them remove()d when the list is destroy()ed.