Completed
Push — master ( d6d0c3...7ff1b8 )
by Jean-Christophe
03:01
created
Ajax/common/traits/JsUtilsAjaxTrait.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,6 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.