From b65d420353bda162f66635aa52e62ee2ca0b78d7 Mon Sep 17 00:00:00 2001 From: Luke Page Date: Wed, 15 Aug 2012 18:50:48 +0100 Subject: [PATCH] Fix typo in rhino. Fixes #896 --- lib/less/rhino.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/less/rhino.js b/lib/less/rhino.js index 2857ef04..9bfe8f44 100644 --- a/lib/less/rhino.js +++ b/lib/less/rhino.js @@ -3,7 +3,7 @@ var name; function loadStyleSheet(sheet, callback, reload, remaining) { var endOfPath = Math.max(name.lastIndexOf('/'), name.lastIndexOf('\\')), sheetName = name.slice(0, endOfPath + 1) + sheet.href, - contents = sheets.contents || {}, + contents = sheet.contents || {}, input = readFile(sheetName); contents[sheetName] = input;