mirror of
https://github.com/less/less.js.git
synced 2026-01-13 17:27:58 -05:00
* Move test data to separate module - @todo--fix some browser tests * Fix all browser tests
7 lines
147 B
JavaScript
7 lines
147 B
JavaScript
functions.addMultiple({
|
|
'test-transitive' : function() {
|
|
var anon = new tree.Anonymous( 'transitive' );
|
|
return anon;
|
|
}
|
|
});
|