Skip to content

Commit

Permalink
Merged with master
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasky committed Oct 9, 2012
2 parents a274629 + fa0c81e commit 4942a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geocamTiePoint/static/geocamTiePoint/js/backbone/views.js
Expand Up @@ -27,6 +27,7 @@ $(function($) {
if (! this._renderedTemplate) { if (! this._renderedTemplate) {
this._renderedTemplate = Handlebars.compile(this.template); this._renderedTemplate = Handlebars.compile(this.template);
} }

/* /*
assert(this.context || this.model.toJSON, assert(this.context || this.model.toJSON,
'Could note find a a context for the template.'); 'Could note find a a context for the template.');
Expand Down Expand Up @@ -764,5 +765,4 @@ $(function($) {
}, },


}); //end ExportOverlayView }); //end ExportOverlayView

}); // end jQuery ready handler }); // end jQuery ready handler

0 comments on commit 4942a74

Please sign in to comment.