Comparing version 0.0.0 to 0.0.1
@@ -172,3 +172,3 @@ | ||
while (++index < length) { | ||
if (styles[index].href.indexOf(href) > -1) { | ||
if (styles[index].href && styles[index].href.indexOf(href) > -1) { | ||
return true; | ||
@@ -175,0 +175,0 @@ } |
{ | ||
"name": "loadcss", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Fast and reliable utility to asynchronously load multiple css files", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
10908