fix default value of success option

This commit is contained in:
vitalets 2012-12-10 22:05:07 +04:00
parent 1b6d5f8ab6
commit 9a2cacc2a7

@ -454,7 +454,7 @@ Editableform is linked with one of input types, e.g. 'text', 'select' etc.
if(!response.success) return response.msg;
}
**/
success: function(response, newValue) {},
success: null,
/**
Additional options for ajax request.
List of values: http://api.jquery.com/jQuery.ajax