user avatar
IE10 Mobile viewport bug workaround: document.querySelector('head') => document.head
Chris Rebert authored
Per http://caniuse.com/#feat=documenthead , document.head is supported in IE Mobile 10+,
so slightly simplify the JS accordingly.

[skip sauce]
ee34e924
Name Last commit Last update
..