(meta) todo paths.unshift fix

This commit is contained in:
Alexis Sellier
2012-01-19 21:14:11 +01:00
parent 72f7fa6077
commit 031006daf3

View File

@@ -90,6 +90,8 @@ var less = {
less.Parser.importer = function (file, paths, callback) {
var pathname;
// TODO: Undo this at some point,
// or use different approach.
paths.unshift('.');
for (var i = 0; i < paths.length; i++) {