jenkins-bot has submitted this change and it was merged.

Change subject: Fix checkstyle issues in JavaScript.
......................................................................


Fix checkstyle issues in JavaScript.

Change-Id: I22ad0fb99a5895d1a16c5a89194356d906d42eaf
---
M resources/jquery/jquery.delayedBind.js
M resources/mediawiki.action/mediawiki.action.history.js
M resources/mediawiki/mediawiki.log.js
3 files changed, 5 insertions(+), 5 deletions(-)

Approvals:
  Krinkle: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/resources/jquery/jquery.delayedBind.js 
b/resources/jquery/jquery.delayedBind.js
index 5d32b6b..40f3d44 100644
--- a/resources/jquery/jquery.delayedBind.js
+++ b/resources/jquery/jquery.delayedBind.js
@@ -43,12 +43,12 @@
                                        $(this).data( '_delayedBindTimerID-' + 
encEvent + '-' + timeout, timerID );
                                } );
                        }
-                       
+
                        // Bottom half
                        $(this).bind( '_delayedBind-' + encEvent + '-' + 
timeout, data, callback );
                } );
        },
-       
+
        /**
         * Cancel the timers for delayed events on the selected elements.
         */
@@ -61,7 +61,7 @@
                        }
                } );
        },
-       
+
        /**
         * Unbind an event bound with delayedBind()
         */
diff --git a/resources/mediawiki.action/mediawiki.action.history.js 
b/resources/mediawiki.action/mediawiki.action.history.js
index 55f799e..e9d320c 100644
--- a/resources/mediawiki.action/mediawiki.action.history.js
+++ b/resources/mediawiki.action/mediawiki.action.history.js
@@ -119,7 +119,7 @@
                        e.preventDefault();
                        return false; // Because the submit is special, return 
false as well.
                }
-               
+
                // Continue natural browser handling other wise
                return true;
        } );
diff --git a/resources/mediawiki/mediawiki.log.js 
b/resources/mediawiki/mediawiki.log.js
index 4ea1a88..ee08b12 100644
--- a/resources/mediawiki/mediawiki.log.js
+++ b/resources/mediawiki/mediawiki.log.js
@@ -41,7 +41,7 @@
                                 ':' + ( d.getSeconds() < 10 ? '0' + 
d.getSeconds() : d.getSeconds() ) +
                                 '.' + ( d.getMilliseconds() < 10 ? '00' + 
d.getMilliseconds() : ( d.getMilliseconds() < 100 ? '0' + d.getMilliseconds() : 
d.getMilliseconds() ) ),
                                 $log = $( '#mw-log-console' );
-       
+
                        if ( !$log.length ) {
                                $log = $( '<div id="mw-log-console"></div>' 
).css( {
                                                overflow: 'auto',

-- 
To view, visit https://gerrit.wikimedia.org/r/52174
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I22ad0fb99a5895d1a16c5a89194356d906d42eaf
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Mattflaschen <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: Spage <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to