fixed failing jshint

This commit is contained in:
Anna Bodnia
2016-08-09 15:26:19 +03:00
parent 20daf3c79e
commit c51c683424
4 changed files with 17 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
(function() {
/* jshint ignore:start */
{(function() {
var template = Handlebars.template, templates = Handlebars.templates = Handlebars.templates || {};
templates['apikey_auth'] = template({"1":function(container,depth0,helpers,partials,data) {
var helper;
@@ -763,4 +764,5 @@ templates['status_code'] = template({"1":function(container,depth0,helpers,parti
+ ((stack1 = helpers.each.call(alias1,(depth0 != null ? depth0.headers : depth0),{"name":"each","hash":{},"fn":container.program(1, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
+ " </tbody>\n </table>\n</td>";
},"useData":true});
})();
})();}
/* jshint ignore:end */