Uncaught TypeError: this._ensureElement is not a function
Solution: You forgot to add new in front of the backbone view:
self.insertView("#destinations-list", new ExportDestinations.Views.Row({model: model}));
Just another Yipp.ca Blogs site
Solution: You forgot to add new in front of the backbone view:
self.insertView("#destinations-list", new ExportDestinations.Views.Row({model: model}));
Recent Comments