From 085671c84fc044301bc1bc1fe92fffd057a4792a Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Thu, 3 Dec 2015 15:51:55 -0600 Subject: [PATCH] typing is hard --- ionic/config/bootstrap.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/config/bootstrap.ts b/ionic/config/bootstrap.ts index 3a7a98619d..bb4c691bfe 100644 --- a/ionic/config/bootstrap.ts +++ b/ionic/config/bootstrap.ts @@ -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