-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught TypeError: Cannot read property 'local' of undefined ? #602
Comments
I can confirm this. Only got it in IE, though, and can't confirm other browsers until I do further testing. |
So not happening in FF 3.6.7 (and up probably) or Chrome 16. |
Error seems to be happening on line 3083 where the arguments passed are different than that of the same call on line 3095. I've modified the call on 3083 and it seems to be working in IE now. I'll submit a pull request. |
I ran into this issue also (Chrome 16.0.912.77 on Lion). treshugart's patch works for me. |
I get the "Uncaught TypeError: Cannot read property 'local' of undefined" as above and need the fix. Sorry but I don't understand how to get the fix above for 1.2.1 |
I patched the pre-built source so it would have to be manually placed in your source file if it hasn't been built into a release yet (I'm not looking at the GitHub page at the moment so I'm assuming it hasn't been released yet). Trey On 21/02/2012, at 8:18 PM, [email protected] wrote:
|
@yoavre @treshugart - version 1.2.2 has been released and includes treshugart's fix. |
Awesome. Thanks, Gavin. Haven't looked at the status of the issue for awhile. Trey On 21/02/2012, at 9:44 PM, Gavin [email protected] wrote:
|
@gavinballard - thanks. where can i simply get the less 1.2.2 javascript from? the download section in github is empty. the http://lesscss.org/ has only 1.2.1. |
Check the dist/ folder in the main source directory. There's a dev and production version for 1.2.2. Trey On 21/02/2012, at 10:00 PM, [email protected] wrote:
|
@treshugart , @gavinballard - i managed to download it and it solved my problem. You Rock!!! |
Please check your style-loader... |
@realinit ? This is an issue from 2012. Less.js does not maintain style-loader. |
|
I just upgraded to 1.2.1 from 1.1.5, and suddenly I get this error?
line 3019 to be exact :)
The text was updated successfully, but these errors were encountered: