betajs/betajs-flash

View on GitHub

Showing 2 of 6 total issues

Function constructor has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

            constructor : function(container, options, flashOptions) {
                inherited.constructor.call(this);
                options = options || {};
                this.__registry = options.registry;
                this.__wrap = options.wrap;
Severity: Minor
Found in src/js/embedding.js - About 1 hr to fix

    Function exports has 26 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    module.exports = function(grunt) {
    
        var pkg = grunt.file.readJSON('package.json');
        var gruntHelper = require('betajs-compile');
        var dist = 'betajs-flash';
    Severity: Minor
    Found in Gruntfile.js - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language