vendor/lib/functions/url.js in stylus-source-0.20.0 vs vendor/lib/functions/url.js in stylus-source-0.20.1

- old
+ new

@@ -76,10 +76,10 @@ // Absolute if (url.protocol) return literal; // Lookup - found = utils.lookup(url.pathname, paths); + var found = utils.lookup(url.pathname, paths); // Failed to lookup if (!found) return literal; // Read data \ No newline at end of file