Merge "jquery.suggestions: Improve comment about avoiding click interference"
[lhc/web/wiklou.git] / resources / src / mediawiki / mediawiki.template.js
index c3db69e..91f1aff 100644 (file)
@@ -24,7 +24,7 @@
                 * Get the name of the compiler associated with a template based on its name.
                 *
                 * @param {string} templateName Name of template (including file suffix)
-                * @return {String} Name of compiler
+                * @return {string} Name of compiler
                 */
                getCompilerName: function ( templateName ) {
                        var templateParts = templateName.split( '.' );