I think you have a syntax error
Code:
base.allow_hover();
}); }else{ // on this line
$(base.options.backdrop, base.el).show();
$(base.options.overlay , base.el).show();
base.allow_hover(); }
};
but it's hard to tell without proper indentation. I don't think the
else corresponds to an
if, or maybe it's a mismatched bracket.