Merge "Display MediaWiki:Loginprompt on the login page"
[lhc/web/wiklou.git] / resources / src / mediawiki.special / mediawiki.special.changeemail.js
index bc2a0a2..67531f7 100644 (file)
@@ -1,9 +1,10 @@
-/**
+/*!
  * JavaScript for Special:ChangeEmail
  */
 ( function ( mw, $ ) {
        /**
         * Given an email validity status (true, false, null) update the label CSS class
+        * @ignore
         */
        function updateMailValidityLabel( mail ) {
                var isValid = mw.util.validateEmail( mail ),