http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88395

Revision: 88395
Author:   krinkle
Date:     2011-05-18 22:10:32 +0000 (Wed, 18 May 2011)
Log Message:
-----------
* Remove commented-out debug call (FU r88143)
* Update comment to reflect changes to function (FU r87208)

Modified Paths:
--------------
    trunk/phase3/resources/mediawiki/mediawiki.js
    trunk/phase3/resources/mediawiki.util/mediawiki.util.js

Modified: trunk/phase3/resources/mediawiki/mediawiki.js
===================================================================
--- trunk/phase3/resources/mediawiki/mediawiki.js       2011-05-18 21:47:30 UTC 
(rev 88394)
+++ trunk/phase3/resources/mediawiki/mediawiki.js       2011-05-18 22:10:32 UTC 
(rev 88395)
@@ -291,7 +291,6 @@
                        if ( $marker ) {
                                return $marker;
                        } else {
-                               //mw.log( 'getMarker> Caching marker' );
                                $marker = $( 
'meta[name="ResourceLoaderDynamicStyles"]' );
                                if ( $marker.length ) {
                                        return $marker;

Modified: trunk/phase3/resources/mediawiki.util/mediawiki.util.js
===================================================================
--- trunk/phase3/resources/mediawiki.util/mediawiki.util.js     2011-05-18 
21:47:30 UTC (rev 88394)
+++ trunk/phase3/resources/mediawiki.util/mediawiki.util.js     2011-05-18 
22:10:32 UTC (rev 88395)
@@ -191,10 +191,10 @@
                },
 
                /**
-                * Get the full URL to a page name
+                * Get the link to a page name (relative to wgServer)
                 *
-                * @param str Page name to link to
-                * @return Full URL for page with name of 'str' or false on 
error
+                * @param str Page name to get the link for.
+                * @return string Location for a page with name of 'str' or 
boolean false on error.
                 */
                'wikiGetlink' : function( str ) {
 


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to