Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2012-04-27 13:32:47 +0400
committerMichal Čihař <michal@cihar.com>2012-04-27 13:32:47 +0400
commite6cca75875cf2dd08ab1cf51501ee01f505a54c4 (patch)
tree189941cf886012594848f764b4942ddaead831ce /js/config.js
parentb2243f08a89c069fba04a5deb87e5c94f17c7fe2 (diff)
Cleanup spacing after @param
Diffstat (limited to 'js/config.js')
-rw-r--r--js/config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/config.js b/js/config.js
index 038cc8b0b5..440fc56468 100644
--- a/js/config.js
+++ b/js/config.js
@@ -274,8 +274,8 @@ function validateField(id, type, onKeyUp, params)
/**
* Returns valdiation functions associated with form field
*
- * @param {String} field_id form field id
- * @param {boolean} onKeyUpOnly see validateField
+ * @param {String} field_id form field id
+ * @param {boolean} onKeyUpOnly see validateField
* @type Array
* @return array of [function, paramseters to be passed to function]
*/