kane-thornwyrd/etho.js

View on GitHub

Showing 1 of 1 total issue

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

  etho.x = function ethoX(classname, customConstructor, parentClass){
    if(etho.isA('undefined', classname)){
      throw new Error('classname is missing !');
    }
    var args = etho.toArraySliced(arguments, 1);
Severity: Minor
Found in index.js - About 1 hr to fix
Severity
Category
Status
Source
Language