MINOR Using new jQuery.changetracker.destroy method in LeftAndMain.EditForm.js

This commit is contained in:
Ingo Schommer 2012-06-13 23:15:47 +02:00
parent 0b6d45356e
commit e23a7585a7

View File

@ -107,6 +107,7 @@
this._super(); this._super();
}, },
onunmatch: function() { onunmatch: function() {
this.changetracker('destroy');
this._super(); this._super();
}, },