Files
less.js/test/less/errors/javascript-error.txt
2012-08-12 13:35:55 +01:00

5 lines
175 B
Plaintext

SyntaxError: JavaScript evaluation error: 'TypeError: Cannot call method 'toJS' of undefined' in {path}javascript-error.less:2:26
1 .scope {
2 var: `this.foo.toJS()`;
3 }