hummingbird-me/hummingbird

View on GitHub
frontend/app/controllers/pro.js

Summary

Maintainability
A
1 hr
Test Coverage

Function purchasePro has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    purchasePro: function() {
      if (this.get('disablePurchase')) { return; }

      var self = this;
      var tokenCallback = function(res) {
Severity: Minor
Found in frontend/app/controllers/pro.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status