nytimes / backbone.trackit

Manage unsaved changes in a Backbone Model.
202 stars 33 forks source link

Unsaved changes not reset with initial 'create' save #2

Closed srainier closed 10 years ago

srainier commented 11 years ago

The wrapped Backbone.sync method only checks for 'update', not 'create'. Was this intentionally left out?