Pretty sure that the error output below from the Chrome browser is due to an event being bound in Backbone.js to something that is not a function.
All I really need to know is the name of the even that got fired and I should be able to easily locate the source of the error. Normally I would set a break point, but the thread never touches any of the project code.
What is a good way to use available tools to determine the fired event that led to this error?
Thanks so much!

Check if you have
model: YourModel()instead ofmodel: YourModel