The-M-Project icon indicating copy to clipboard operation
The-M-Project copied to clipboard

do our own garbage collection

Open hano opened this issue 13 years ago • 0 comments

Delete every reference that isn't used anymore...

_.each(M.ViewManager.viewList, function(v, k) {if(v && $('#' + v.id).length === 0) {M.ViewManager.viewList[k] = null;}});

  • viewList is an array :/
  • can be improved
  • when to call?

hano avatar Sep 12 '12 13:09 hano