Merge "build: Enable jscs jsDoc rule 'requireReturnTypes' and make pass"
[lhc/web/wiklou.git] / resources / src / mediawiki / mediawiki.util.js
index 1d11d8c..2b4fa75 100644 (file)
                 *
                 * @since 1.18
                 * @param str string Name of script (eg. 'api'), defaults to 'index'
-                * @return string Address to script (eg. '/w/api.php' )
+                * @return {string} Address to script (eg. '/w/api.php' )
                 */
                wikiScript: function ( str ) {
                        str = str || 'index';