stowball / jQuery-rwdImageMaps

Responsive Image Maps jQuery Plugin
http://mattstow.com
MIT License
1.56k stars 709 forks source link

Added missing undefined check #120

Open radsutton opened 5 years ago

radsutton commented 5 years ago

The split function was throwing a null pointer error. A simple check to see if the variable is defined fixes this, hiding the error.