ucberkeley/moocchat

View on GitHub
app/assets/javascripts/jquery.simulate.js

Summary

Maintainability
A
1 hr
Test Coverage

Function keyboardEvent has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    keyboardEvent: function(type, options) {
        var evt;

        var e = $.extend({ bubbles: true, cancelable: true, view: window,
            ctrlKey: false, altKey: false, shiftKey: false, metaKey: false,
Severity: Minor
Found in app/assets/javascripts/jquery.simulate.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status