Handlebar.js Memory leak in IE9
问题 I am wondering if any one has experienced memory leak from using Handlebar.js compile function. I am currently working on a single page app which polls data periodically from server via Ajax call. Every time when I get new data, I re-render the view. (I am using Backbone.js in conjunction with handlbar.js. I understand that I need to manually free view objects when I close the view or switch to other view, I think that is not the case here. At least, I think it is not. Regarding to this topic