public/assets/semantic-ui/progress-673b6febfbe4e7505dfa8c661674ae45fb0c5b262565d2eeba9e362183c5b6aa.js
Function progress
has 658 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.fn.progress = function(parameters) {
var
$allModules = $(this),
moduleSelector = $allModules.selector || '',
File progress-673b6febfbe4e7505dfa8c661674ae45fb0c5b262565d2eeba9e362183c5b6aa.js
has 722 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/*
* # Semantic - Progress
* http://github.com/semantic-org/semantic-ui/
*
*
Function invoke
has 52 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
invoke: function(query, passedArguments, context) {
var
object = instance,
maxDepth,
found,
Function percent
has 32 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
percent: function(percent) {
percent = (typeof percent == 'string')
? +(percent.replace('%', ''))
: percent
;
Function increment
has 30 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
increment: function(incrementValue) {
var
total = module.total || false,
edgeValue,
startValue,
Function display
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
display: function() {
var
title = settings.name + ':',
totalTime = 0
;