From 75dd60ae4a0c83a7bc70a5cc12afb83bfd460e4c Mon Sep 17 00:00:00 2001 From: Alexandr <258428@mail.ru> Date: Tue, 9 Jun 2015 19:10:53 +0700 Subject: [PATCH] Update yii.activeForm.js --- framework/assets/yii.activeForm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/assets/yii.activeForm.js b/framework/assets/yii.activeForm.js index 3abb435550..bc4859aa4e 100644 --- a/framework/assets/yii.activeForm.js +++ b/framework/assets/yii.activeForm.js @@ -97,7 +97,7 @@ * where * - event: an Event object. * - jqXHR: a jqXHR object - * - settings: the status of the request ("success", "notmodified", "error", "timeout", "abort", or "parsererror"). + * - textStatus: the status of the request ("success", "notmodified", "error", "timeout", "abort", or "parsererror"). */ ajaxComplete: 'ajaxComplete' };