mediawiki.notification: Use link syntax for URL in documentation
authorTimo Tijhof <krinklemail@gmail.com>
Fri, 19 Dec 2014 18:49:25 +0000 (18:49 +0000)
committerTimo Tijhof <krinklemail@gmail.com>
Fri, 19 Dec 2014 18:50:13 +0000 (18:50 +0000)
The url was rendered as plain text instead of a clickable link.
https://doc.wikimedia.org/mediawiki-core/master/js/#!/api/mw.Notification_

Change-Id: Ic7bd0e3765a53f5e4072124333d02417b7e47940

resources/src/mediawiki/mediawiki.notification.js

index 1968aa9..132c334 100644 (file)
@@ -12,7 +12,7 @@
        /**
         * A Notification object for 1 message.
         *
-        * The "_" in the name is to avoid a bug (http://github.com/senchalabs/jsduck/issues/304).
+        * The underscore in the name is to avoid a bug <https://github.com/senchalabs/jsduck/issues/304>.
         * It is not part of the actual class name.
         *
         * @class mw.Notification_