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
3 lines
55 B
JavaScript
3 lines
55 B
JavaScript
functions.add('foo', function() {
|
|
return 'bar';
|
|
}); |