mirror of
https://github.com/less/less.js.git
synced 2026-02-09 06:25:24 -05:00
4 lines
157 B
JavaScript
4 lines
157 B
JavaScript
if (typeof(window) === 'undefined') { less = {} }
|
|
else { less = window.less = {} }
|
|
tree = less.tree = {};
|
|
less.mode = 'rhino'; |