diff --git a/geocamTiePoint/static/geocamTiePoint/js/backbone/views.js b/geocamTiePoint/static/geocamTiePoint/js/backbone/views.js index a9ba70d..f4c3f98 100644 --- a/geocamTiePoint/static/geocamTiePoint/js/backbone/views.js +++ b/geocamTiePoint/static/geocamTiePoint/js/backbone/views.js @@ -27,6 +27,7 @@ $(function($) { if (! this._renderedTemplate) { this._renderedTemplate = Handlebars.compile(this.template); } + /* assert(this.context || this.model.toJSON, 'Could note find a a context for the template.'); @@ -764,5 +765,4 @@ $(function($) { }, }); //end ExportOverlayView - }); // end jQuery ready handler