Files
less.js/test/less/plugins/test.js
rjgotten d119e01807 Scoped @import (plugin) functions loading
- Limited @import (plugin) support to add/addMultiple of functions
- Altered @import (plugin) loading to support browser
- Support proper closure scoping of @import (plugin) loaded functions
2015-03-05 15:55:37 +01:00

5 lines
81 B
JavaScript

functions.add("test", function() {
return new tree.Anonymous( "PASS" );
});