-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
GroundDB not defined error #2
Comments
Not sure, but its a scope thing... What version of Meteorite and Meteor are you using? The code should work on new Meteor + the upcoming linker version |
Using the new Meteor. When I removed "use strict"; from the client code the issue went away. |
Thanks @chandika I'll investigate - what browser did you use? |
Hi @chandika I've forced GroundDB to be a global - still use strict, I've bumped to version v0.0.7 on atmosphere - Could I get you to test/confirm that version works? I'm using the devel branch of Meteor - there is made some work on scopes for making it work better |
Awesome, I was not able to try this yesterday, But this a good news :) Thanks @raix. |
I just added GroundDB via atmosphere and am at v. 0.0.6
On the client upon load I get the following.
Uncaught ReferenceError: GroundDB is not defined groundDB.client.js?3d5309880c1cd0ef4b83fc58ee0ace6f164c4bf1:88
(anonymous function) groundDB.client.js?3d5309880c1cd0ef4b83fc58ee0ace6f164c4bf1:88
(anonymous function) groundDB.client.js?3d5309880c1cd0ef4b83fc58ee0ace6f164c4bf1:436
No code etc. was added to the app itself.
The text was updated successfully, but these errors were encountered: