Fix JSHint issues

This commit is contained in:
Mohsen Azimi
2015-03-26 13:09:08 -07:00
parent d451c2b539
commit 3de0b36a4e
2 changed files with 2 additions and 2 deletions

2
dist/swagger-ui.js vendored
View File

@@ -21362,7 +21362,7 @@ SwaggerUi.Views.OperationView = Backbone.View.extend({
}
// Location header based redirect download
} else if(headers['location'] || headers['Location']) {
} else if(headers.location || headers.Location) {
window.location = response.url;
// Anything else (CORS)