(function(){
window.JST = window.JST || {};
var template = function(str){var fn = new Function('obj', 'var p=[],print=function(){p.push.apply(p,arguments);};with(obj){p.push(\''+str.replace(/[\r\t\n]/g, " ").replace(/'(?=[^%]*%>)/g,"\t").split("'").join("\\'").split("\t").join("'").replace(/<%=(.+?)%>/g,"',$1,'").split("<%").join("');").split("%>").join("p.push('")+"');}return p.join('');"); return fn;};
window.JST.annotation = template('
');
window.JST.hotspot = template('data-hotspot-id="<%= id %><% }; %>">
Delete ');
window.JST.memory_question_summary = template(' <% $.each(responses, function (index, response) { %> - <%= response %>
<% }); %>
');
window.JST.modal_overlay = template('');
window.JST.note = template('');
window.JST.raw_data_label = template('<%= position %>');
window.JST.yes_no_hotspot = template('');
window.JST.question_response = template(' <%= text %>
<% $.each(responses, function (index, response) { %> style="display: none;"<% }; %>> "<%= response %>"
<% }); %> Prev 1 of <%= responses.length %>
Next');
})();
had this to say,