I am receiving this error message when including backbone in my application,
Uncaught TypeError: Object [object DOMWindow] has no method 'set'
but I have jquery (1.4.4) and underscore.js (1.1.7) loaded before backbone, why is this method still missing?