X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki%2Fmediawiki.notification.js;h=36b45f177f320a51da7750af2e6f44ee3d73ca24;hb=891262fa8383d818655198e2a61cc1c0dfebb57b;hp=3f7b8fdc724a19f7b4a0e2335035991abfe3bf49;hpb=b5cef8adfc3fe41c4ee1ea0a5a6a4c6a015e7f53;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki/mediawiki.notification.js b/resources/src/mediawiki/mediawiki.notification.js index 3f7b8fdc72..36b45f177f 100644 --- a/resources/src/mediawiki/mediawiki.notification.js +++ b/resources/src/mediawiki/mediawiki.notification.js @@ -16,11 +16,12 @@ * The underscore in the name is to avoid a bug . * It is not part of the actual class name. * + * The constructor is not publicly accessible; use mw.notification#notify instead. + * This does not insert anything into the document (see #start). + * * @class mw.Notification_ * @alternateClassName mw.Notification - * - * @constructor The constructor is not publicly accessible; use mw.notification#notify instead. - * This does not insert anything into the document (see #start). + * @constructor * @private */ function Notification( message, options ) {