Showing 3 of 83 total issues
Function exports
has 75 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
module.exports = function (grunt) {
require('time-grunt')(grunt);
require('jit-grunt')(grunt);
grunt.initConfig({
Function exports
has 50 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
module.exports = function(config) {
config.set({
browsers: ['PhantomJS'],
browserNoActivityTimeout: 1500,
captureTimeout: 3000,
Function init
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function init($elements, options) {
if (typeof options === 'string') {
options = {
idMenu: options
};