backbone.debug
backbone.debug copied to clipboard
A small debug library for Backbone.js
This improves the debugging output since you can display the class name instead of just Model/View/Collection by adding a named constructor like this: ``` js constructor: function MyModel() { Backbone.Model.apply(this,...
My app which (uses backbone.debug) and is strewn with other console.log statements has gotten to the size where a logging framework which can turn up or down the amount of...
Hi, I like your script a lot. But since I have to support IE as well, how about adding something like this to give a dummy console.log function in case...
Only use cid on models and use better info to identify for other object types