yoichiro/chrome_mysql_admin

View on GitHub
app/scripts/background.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function createWindow has 60 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function createWindow() {
    chrome.storage.local.get("windowSize", function(items) {
        var params = {};
        if (items.windowSize) {
            var windowSize = items.windowSize;
Severity: Major
Found in app/scripts/background.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status