Error:
Implied global: Class, Event, Fx
Problem at line 45 character 36: Expected '{' and instead saw 'obj'.
if (w != options.smallWidth) obj[j] = {'width': [w, options.smallWidth]};
Problem at line 61 character 79: Missing semicolon.
if(w != options.smallWidth){obj[i] = {'width': [w, options.smallWidth]}};
Problem at line 61 character 80: Unnecessary semicolon.
if(w != options.smallWidth){obj[i] = {'width': [w, options.smallWidth]}};
Problem at line 71 character 52: Missing semicolon.
if(options.selected == i){options.selected = -1}else{options.selected = i}
Problem at line 71 character 78: Missing semicolon.
if(options.selected == i){options.selected = -1}else{options.selected = i}