codefirst/AsakusaSatellite

View on GitHub
app/assets/javascripts/jquery-websocket.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function webSocket has 53 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    $.fn.webSocket = function(config){
        var target = this;

        var pusher = config.pusher;
        var currentChannel = null;
Severity: Major
Found in app/assets/javascripts/jquery-websocket.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status