sophanox

Results 1 issues of sophanox

I believe this bit of code: ``` if(opt.dataAttr){ $.each(opt.dataAttr, function (key, item) { opt.$menu.attr('data-' + opt.key, item); }); } ``` Should in fact be: ``` if(opt.dataAttr){ $.each(opt.dataAttr, function (key, item)...

Bug