Files
less.js/test/browser/less/plugin/plugin.js
Matthew Dean bad9be8a11 Fixes #3112
- also fixes browser test broken with lowercase API change
2017-10-09 22:11:19 -07:00

7 lines
187 B
JavaScript

registerPlugin({
install: function(less, pluginManager, functions) {
functions.add('func', function() {
return less.anonymous(location.href);
});
}
});