Update Oauth2Model.js
Jslint
This commit is contained in:
@@ -31,7 +31,7 @@ SwaggerUi.Models.Oauth2Model = Backbone.Model.extend({
|
||||
valid = true;
|
||||
}
|
||||
|
||||
if(scp.length == 0) {
|
||||
if(scp.length === 0) {
|
||||
valid = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user