AdrianArroyoCalle/gajse

View on GitHub
lib/gajse-cutscene.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    playCutscene: function(resource,cback,subtitles){
        this.callback=cback;
        this.video=document.createElement("video");
        this.article=document.getElementById("gajse");
        this.article.style.position="relative";
Severity: Minor
Found in lib/gajse-cutscene.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status