comments fix

This commit is contained in:
vitalets 2012-11-29 18:24:23 +04:00
parent c9c8f5894a
commit c9444d0a5f

@ -348,7 +348,7 @@ Editableform is linked with one of input types, e.g. 'text' or 'select'.
/**
Additional params for submit. Function can be used to calculate params dynamically
@example
params: function() {
params: function(params) {
return { a: 1 };
}