Commit 051b4194 by Qiang Xue

Fixes #3216.

parent d859fca5
......@@ -118,7 +118,7 @@
destroy: function () {
return this.each(function () {
$(window).unbind('.yiiActiveForm');
$(this).unbind('.yiiActiveForm');
$(this).removeData('yiiActiveForm');
});
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment