-
Notifications
You must be signed in to change notification settings - Fork 367
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
global is not defined #242
Comments
Chances are I've messed something up: I've done a bit of rearranging in the code for requirejs and CommonJS recently. |
I can't replicate this. It sounds like the problem is that I've made a false assumption, namely that |
It happens when i use wysihtml5 from this repo: https://github.com/Waxolunist/bootstrap3-wysihtml5-bower I do not quite understand why, but when I install it from Anywho. It goes something like this.
I hope this helps replicate the error. Let me know if help is needed. |
Thanks. I've added a contrived piece of code to get the global object that I'm confident will fix this. I'll create a new release tomorrow. |
Thanks Tim, that is great news. On Monday, August 25, 2014, Tim Down notifications@github.com wrote:
|
I just updated for version 1.3.0-alpha.20140822.2 and I get error
Uncaught ReferenceError: global is not defined
on line117
ofrangy-core.js
. I use rangy with requirejs for wysihtml5 editor. Did i miss something for initialization?The text was updated successfully, but these errors were encountered: