iaian7 / mediaboxAdvanced

mediabox displays flash, video, audio, & html content in a modal dialog. Based on Slimbox and the Mootools javascript library.
http://iaian7.com/webcode/mediaboxAdvanced
86 stars 29 forks source link

Fixed typo in ClickBlock preventing the code from executing due to wrong #6

Closed nicekiwi closed 12 years ago

nicekiwi commented 13 years ago

Fixed typo in ClickBlock preventing the code from executing due to wrong variable name. from 'options' to '_options' on line 248.

iaian7 commented 12 years ago

Whoops, forgot to complete a parenthetical thought - unless the options are defined in the scanPage, which I haven't actually tried out myself. Might work, might not. Unfortunately, I have to close this pull request, as it doesn't actually solve the issue. But thank you for bringing it to my attention! Glad to have this error fixed, albeit not ideally (still hoping for some help on re-writing mediaboxAdvanced with a proper, modern backbone).