Revert to last saved version in Backbone.js
Here is one simple code snippet in Coffeescript to revert easily from the last saved version in Backbone.js models:
Do not forget you have to call Skepic.EventedModel.prototype.initialize if you override initialize in your own model.