From 69bbed54e188cd0ba2a60da8bf35f7cde2e04984 Mon Sep 17 00:00:00 2001 From: Levi Thomason Date: Tue, 14 Oct 2014 00:20:34 -0700 Subject: [PATCH] fix white space --- lib/less-browser/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/less-browser/index.js b/lib/less-browser/index.js index 0dba4285f..113233c49 100644 --- a/lib/less-browser/index.js +++ b/lib/less-browser/index.js @@ -4,6 +4,7 @@ /*global window, document, location */ var less; + /* TODO - options is now hidden - we should expose it on the less object, but not have it "as" the less object less = { fileAsync: true }