This commit is contained in:
Qiang Xue
2014-04-22 14:54:02 -04:00
parent d859fca569
commit 051b4194e9

View File

@ -118,7 +118,7 @@
destroy: function () { destroy: function () {
return this.each(function () { return this.each(function () {
$(window).unbind('.yiiActiveForm'); $(this).unbind('.yiiActiveForm');
$(this).removeData('yiiActiveForm'); $(this).removeData('yiiActiveForm');
}); });
}, },