I'm just getting started learning Backbone, and thought I'd try create a simple drawing application using the canvas
element. Problem is, I'm not sure where, in the view, I should declare the 2D context object (if that's where I should declare it at all)?
I have a fiddle here, though it currently doesn't function. It does work on my local development environment though.