From 073fc337a1f57e46a3a8a9eebe6f37f71bc43726 Mon Sep 17 00:00:00 2001 From: Trey Shugart Date: Tue, 31 Jan 2012 13:50:26 +1100 Subject: [PATCH] Fixes #602 --- lib/less/browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/less/browser.js b/lib/less/browser.js index 955306f5a..3037ceb02 100644 --- a/lib/less/browser.js +++ b/lib/less/browser.js @@ -248,7 +248,7 @@ function loadStyleSheet(sheet, callback, reload, remaining) { new(Date)(styles.timestamp).valueOf())) { // Use local copy createCSS(styles.css, sheet); - callback(null, sheet, { local: true, remaining: remaining }); + callback(null, null, data, sheet, { local: true, remaining: remaining }); } else { // Use remote copy (re-parse) try {