@@ -80,7 +80,6 @@ |
||
80 | 80 | * @param string $params JSON parameters |
81 | 81 | * @param string $method Method used |
82 | 82 | * @param string $jsCallback javascript code to execute after the request |
83 | - * @param string $jqueryDone the jquery function call on ajax data. default:html |
|
84 | 83 | */ |
85 | 84 | public function jsonArrayDeferred($maskSelector, $url, $method="get", $params="{}", $jsCallback=NULL) { |
86 | 85 | return $this->js->_jsonArray($maskSelector, $url, $method, $params, $jsCallback, NULL, false); |