Showing 2 of 4 total issues
Function navigate
has 32 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
finder.navigate = function navigate(cfg, value) {
var active = finder.findLastActive(cfg);
var target = null;
var dir = value.direction;
var item;
Function finder
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function finder(container, data, options) {
var emitter = new EventEmitter();
var cfg = extend(
defaults,
{