Remove global auth object references and fix header api key adding mechanism

Fixes #1033
This commit is contained in:
Mohsen Azimi
2015-03-16 12:47:50 -07:00
parent 9ed1ad88ec
commit 66adb0d508
8 changed files with 33 additions and 16 deletions

View File

@@ -18,18 +18,21 @@
"trailing": true,
"smarttabs": true,
"globals": {
"Backbone": false,
// Libraries
"_": false,
"$": false,
"Backbone": false,
"Handlebars": false,
"jQuery": false,
"marked": false,
"Docs": false,
"SwaggerClient": false,
"Handlebars": false,
"ApiKeyAuthorization": false,
"PasswordAuthorization": false,
"hljs": false,
"SwaggerUi": false,
"swaggerUi": false // TODO: remove me
// Global object
// TODO: remove these
"swaggerUi": false,
"Docs": false
}
}