npr / responsiveiframe

Responsive IFrames

Home Page:http://npr.github.com/responsiveiframe/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

checkMatch causing error

grahamharper opened this issue · comments

I have set xdomain to the source of my iframe but now the line

checkMatch = matches.length;

is causing the following error

Uncaught TypeError: Cannot read property 'length' of undefined

which makes sense as matches has yet to be defined.

commented

Good catch! try to get this fixed here shortly.