mirror of
https://github.com/less/less.js.git
synced 2026-01-23 06:07:56 -05:00
5 lines
192 B
Plaintext
5 lines
192 B
Plaintext
SyntaxError: JavaScript evaluation error: 'TypeError: Cannot read property 'toJS' of undefined' in {path}javascript-error.less on line 2, column 25:
|
|
1 .scope {
|
|
2 var: `this.foo.toJS`;
|
|
3 }
|