ded / bonzo

library agnostic, extensible DOM utility
Other
1.32k stars 137 forks source link

Broken in current Ender (0.8.9) #77

Closed deoxxa closed 12 years ago

deoxxa commented 12 years ago

After doing a simple ender build bonzo and creating a page that includes ender.js, in Chrome I am given this error:

Uncaught TypeError: Object #<Object> has no method 'setQueryEngine'

Seems to be that setQueryEngine is undefined on the object returned from require("bonzo") - even before it's first called.

beatgammit commented 12 years ago

+1 Noticed this today as well. Must be a problem with the bridge.

carlyle commented 12 years ago

+1 encountered this issue as well

ded commented 12 years ago

yep. i'm fixing it...

ded commented 12 years ago

k. this was broken from a recent commit to the ender client (not the CLI). patched earlier today. you guys should be good to go

carlyle commented 12 years ago

Working fine now, thanks

ded commented 12 years ago

rock on. i'm working on getting core Ender modules to compile well under Closure's advanced optimizations and hitting some bumps along the way

deoxxa commented 12 years ago

Awesome, thanks for the quick fix.