mirror of
https://github.com/less/less.js.git
synced 2026-01-13 09:18:03 -05:00
* Move test data to separate module - @todo--fix some browser tests * Fix all browser tests
15 lines
281 B
JavaScript
15 lines
281 B
JavaScript
functions.addMultiple({
|
|
'test-shadow' : function() {
|
|
return new tree.Anonymous( 'local' );
|
|
},
|
|
'test-local' : function() {
|
|
return new tree.Anonymous( 'local' );
|
|
}
|
|
});
|
|
|
|
registerPlugin({
|
|
setOptions: function(opts) {
|
|
// do nothing
|
|
}
|
|
});
|