AdrianArroyoCalle/gajse

View on GitHub
lib/gajse-hud.js

Summary

Maintainability
A
1 hr
Test Coverage

Function setHUD has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    setHUD: function(resource){
        var hud=storage.getURLResourceAs(resource,{type: "image/svg+xml"});
        var xhr=new XMLHttpRequest();
        xhr.open("GET",hud,true);
        xhr.addEventListener("load",function(){
Severity: Minor
Found in lib/gajse-hud.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status