typing is hard

This commit is contained in:
Adam Bradley
2015-12-03 15:51:55 -06:00
parent 9cbb589594
commit 085671c84f

View File

@ -103,7 +103,7 @@ function setupDom(window, document, config, platform, clickBlock, featureDetect)
let linkEle = document.createElement('link');
linkEle.setAttribute('href', '../../../css/ionic.' + mode + '.css');
linkEle.setAttribute('ref', 'stylesheet');
linkEle.setAttribute('rel', 'stylesheet');
document.head.appendChild(linkEle);
// touch devices should not use :hover CSS pseudo