backbone.trackit icon indicating copy to clipboard operation
backbone.trackit copied to clipboard

Manage unsaved changes in a Backbone Model.

Results 19 backbone.trackit issues
Sort by recently updated
recently updated
newest added

Allows you to set an array of properties to exclude from tracking. This is useful if you can't always add `trackit_silent` when setting things. I'm using this to tell trackit...

Models with an attribute named 'length' will make this each work as an array. From underscore docs > Note: Collection functions work on arrays, objects, and array-like objects such as...

Like it says on the tin - this will add browserify/amd support.

I modified the resetAttributes to allow an array of attribute names to be passed in so ONLY those are reset, rather than the whole lot. it drops the individual keys...

It would be nice if someone prepped a pull request similar to https://github.com/NYTimes/backbone.trackit/pull/23 for a 0.2.0 release.

I love using trackit but have run into some issues and it appears others have as well. There are a bunch of forks, issues, and PRs. Need some help?

Getting `Uncaught Reference error: Backbone is not defined` when i compile with `r.js` optimizer using grunt. But when i change the anonymous function to a AMD function i.e., `define(['backbone'], function(Backbone)...

In lodash and underscore, the definitions of `#rest` have diverged. In lodash, `#rest` applies remaining arguments to a following function, whereas in underscore `#rest` is simply an alias for `#tail`....