bjork24 / Unison

Unifying named breakpoints across CSS, JS, and HTML
http://bjork24.github.io/Unison
MIT License
453 stars 41 forks source link

Add var for title element; add check for null el in cleanMQstr; add chec... #7

Closed TexRx closed 10 years ago

TexRx commented 10 years ago

Add var for title el; Added check for missing title el so error is not thrown trying to access getPropertyValue off of null; Added check for title before calling split on return value of cleanMQstr for same reason;

bjork24 commented 10 years ago

Thanks for this!

bjork24 commented 10 years ago

Thanks for this!