This check looks for parameters in functions that are not used in the function
body and are not followed by other parameters which are used inside the function.
Loading history...
31
var $frame = this.$el;
32
var offset = $frame.closest('.ui-dialog').find('.ui-dialog-titlebar').outerHeight() || 0;
This check looks for parameters in functions that are not used in the function body and are not followed by other parameters which are used inside the function.