src/browser/apis/auth_api.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function AuthAPI has 54 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var AuthAPI = (function() {
  var OAuthBrowser = Backbone.Model.extend({
    initialize: function(options) {
      this.setInitialState(options);
      this.bindMtds();
Severity: Major
Found in src/browser/apis/auth_api.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status