betajs/betajs-browser

View on GitHub
src/browser/hotkeys.js

Summary

Maintainability
A
1 hr
Test Coverage

Function handleKeyEvent has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        handleKeyEvent: function(hotkey, e, options) {
            options = Objs.extend({
                "disable_in_input": false,
                "keycode": false
            }, options);
Severity: Minor
Found in src/browser/hotkeys.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status