openexchangerates / javascript-sandbox-console

a mini interactive javascript console for library/plugin demos and homepages
http://openexchangerates.github.io/javascript-sandbox-console/
MIT License
319 stars 58 forks source link

Issue with backbone version #11

Open simonfan opened 11 years ago

simonfan commented 11 years ago

Hey,

great app, congrats! I'm just reporting that with backbone 0.9.9, the app breaks down just because of a tiny difference: this.el inside a View refers no longer to the jquery / zepto object. Instead the should use this.$el. That's all! I've changed on my version of sandbox, and everything works fine with backbone 0.9.9

Cheers!