app/assets/javascripts/backbone-nested-attributes/undoable.js in backbone-nested-attributes-0.3.2 vs app/assets/javascripts/backbone-nested-attributes/undoable.js in backbone-nested-attributes-0.4.0
- old
+ new
@@ -72,6 +72,6 @@
undoableState: function () {
return this._undoableState = this._undoableState || new UndoableState(this)
}
})
-})(Backbone, _)
\ No newline at end of file
+})(Backbone, _);