8000 Merge pull request #604 from treshugart/master · rusongyu/less.js@f69de47 · GitHub
[go: up one dir, main page]

Skip to content

Commit f69de47

Browse files
committed
Merge pull request less#604 from treshugart/master
Fixes less#602
2 parents 0f1527c + acf65e0 commit f69de47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/less/browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ function loadStyleSheet(sheet, callback, reload, remaining) {
143143
new(Date)(styles.timestamp).valueOf())) {
144144
// Use local copy
145145
createCSS(styles.css, sheet);
146-
callback(null, sheet, { local: true, remaining: remaining });
146+
callback(null, null, data, sheet, { local: true, remaining: remaining });
147147
} else {
148148
// Use remote copy (re-parse)
149149
try {

0 commit comments

Comments
 (0)
0