-
Notifications
You must be signed in to change notification settings - Fork 36
fixed readme's event types #9
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
Conversation
Nope, it's
|
I see. Using EDIT: Looks like 'dom:load' is pretty recent, so I imagine that the rubygems gem has simply not been updated yet. |
Can you try on master please? I'll release a beta2 as soon as I have it working on IE8, should be later tomorrow. |
No prob. Using the latest github master raises a Sprockets::FileNotFound error in my Rails/Opal project.
|
You'll need opal master as well. |
A strange opal-rails Bundler dependency error is preventing me from using opal master.
What makes it strange is that opal-rails master clearly requires at least opal 0.6.0 (the current master) in its .gemspec. https://github.com/opal/opal-rails/blob/master/opal-rails.gemspec#L23 My project's Gemfile:
|
Anything that might be cached by bundler? Try removing Otherwise @elia, any idea? |
I had removed A fresh project with the Gemfile below shows the same error after running
Using |
Yeah, I'm out of ideas, @elia will know more, but Italy is asleep now, as I'm about to as well. |
Ah, the Bundler error was misleading! At any rate, using |
Use bundler a prerelease version to get meaningful errors :) |
An event listener for 'dom:load' does not fire for me in Chromium and Firefox, but using 'load' or 'DOMContentLoaded' works.