fastladder/fastladder

View on GitHub
app/assets/javascripts/lib/reader/hotkey_manager.js

Summary

Maintainability
A
1 hr
Test Coverage

Function setup_hotkey has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    LDR.setup_hotkey = function(){
        Keybind = new HotKey(null, "reader");
        Keybind.globalCallback = function(){
            app.state.LastUserAction = new Date;
            if(app.state.show_error) hide_error();
Severity: Minor
Found in app/assets/javascripts/lib/reader/hotkey_manager.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status