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 {