Line 189 should be swapped to:
settings.windowSourceID = settings.windowSourceID ||
$(passingThis).attr('href');
Otherwise, with the current behavior, you cannot overwrite the href if it is
present, which is bad when you want it to be a real URL (fallback etc) :(
Original issue reported on code.google.com by julian....@gmail.com on 16 Mar 2011 at 2:09
Original issue reported on code.google.com by
julian....@gmail.com
on 16 Mar 2011 at 2:09