-
Notifications
You must be signed in to change notification settings - Fork 7
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
ReferenceError: b is not defined #1
Comments
Same reference error for the path variable few lines below: Line 274 in fab7ca8
|
And another one in: Line 380 in fab7ca8
|
The app is raw but works. Carefull when used on Chrome, the edmonds-blossom extension requires some modifications to fix any undeclared variables. See the corresponding issue: mattkrick/EdmondsBlossom#1
Hey @joudinet, did you manage to fix it? |
Hi @VenierGiacomo . I did fix it but this was a longtime ago and I don't remember how exactly I did it. |
Hey @joudinet thanks, a lot! Thank again |
EdmondsBlossom/app/blossom.js
Line 269 in fab7ca8
I think there is a missing var at the beginning of this line, to declare the variable b.
Otherwise, using this code as a module of mine, I got a reference error on Chrome.
The text was updated successfully, but these errors were encountered: