mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
refactor of module system. Things work properly now, and it's all much cleaner.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
if (typeof(window) === 'undefined') { var tree = require(require('path').join(__dirname, '..', '..', 'less', 'tree')); }
|
||||
if (typeof(require) !== 'undefined') { var tree = require('less/tree') }
|
||||
|
||||
tree.Variable = function Variable(name) { this.name = name };
|
||||
tree.Variable.prototype = {
|
||||
|
||||
Reference in New Issue
Block a user