talho/openphin

View on GitHub
app/assets/javascripts/ext_extensions/YouTubeList.js

Summary

Maintainability
A
1 hr
Test Coverage

Function _makeVideos has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  _makeVideos: function (data) {
    var feed = data.feed;
    var entries = feed.entry || [];
    var list = Ext.getCmp(this.context.id)
    var columns = Math.floor(this.context.dom.clientWidth / 280);
Severity: Minor
Found in app/assets/javascripts/ext_extensions/YouTubeList.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status