public/assets/semantic-ui/rating-2950cb0cc12371f1da3063a74d48d57a8fe49a8b17fe7bbcaf066b7b7e989c64.js
Function rating
has 355 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.fn.rating = function(parameters) {
var
$allModules = $(this),
moduleSelector = $allModules.selector || '',
File rating-2950cb0cc12371f1da3063a74d48d57a8fe49a8b17fe7bbcaf066b7b7e989c64.js
has 402 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/*
* # Semantic - Rating
* http://github.com/semantic-org/semantic-ui/
*
*
Function invoke
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
invoke: function(query, passedArguments, context) {
var
object = instance,
maxDepth,
found,
Function display
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
display: function() {
var
title = settings.name + ':',
totalTime = 0
;