Closed henriquesobral closed 12 years ago
No, we'll figure out a patch. In the mean time, I would lock to a good version.
Oh damn, I didn't realize that was Ruby 1.9 syntax. Let's see if I can fix it from my iPad...
See #3!
Thanks!!!
Thanks, just had this issue and your patch fixed it.
@cowboyd Could you merge #3 into core?
I got the following error on rails server using Ruby 1.8.7.
/Library/Ruby/Gems/1.8/gems/commonjs-0.2.4/lib/commonjs/module.rb:16: syntax error, unexpected '=', expecting '|' (SyntaxError) @require_function ||= lambda do |this, module_id = nil|
commonjs, will lost ruby 1.8 compatibility?
Thanks!!