mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-01 03:26:36 +08:00 
			
		
		
		
	Fixes #3216.
This commit is contained in:
		| @ -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'); | ||||||
|             }); |             }); | ||||||
|         }, |         }, | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Qiang Xue
					Qiang Xue