mirror of
https://github.com/less/less.js.git
synced 2026-02-08 05:55:00 -05:00
5 lines
158 B
JavaScript
5 lines
158 B
JavaScript
if (typeof(window) === 'undefined') { less = {} }
|
|
else { less = window.less = {} }
|
|
tree = less.tree = {};
|
|
less.mode = 'rhino';
|