talho/openphin

View on GitHub
app/assets/javascripts/ext/src/util/TextMetrics.js

Summary

Maintainability
A
1 hr
Test Coverage

Function Instance has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

Ext.util.TextMetrics.Instance = function(bindTo, fixedWidth){
    var ml = new Ext.Element(document.createElement('div'));
    document.body.appendChild(ml.dom);
    ml.position('absolute');
    ml.setLeftTop(-1000, -1000);
Severity: Minor
Found in app/assets/javascripts/ext/src/util/TextMetrics.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status