CaffGeek/MBACNationals

View on GitHub
Web.Admin/2014/wordpress/wp-includes/js/jquery/jquery.table-hotkeys.dev.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function table_hotkeys has 74 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    $.table_hotkeys = function(table, keys, opts) {
        opts = $.extend($.table_hotkeys.defaults, opts);
        var selected_class, destructive_class, set_current_row, adjacent_row_callback, get_adjacent_row, adjacent_row, prev_row, next_row, check, get_first_row, get_last_row, make_key_callback, first_row;
        
        selected_class = opts.class_prefix + opts.selected_suffix;

    There are no issues that match your filters.

    Category
    Status