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

Change subject: Fixed some trailing whitespace
......................................................................


Fixed some trailing whitespace

Removed some trailing whitespace

Change-Id: Ifb96f7a301d16326c4e8c5d14f3cb63090aaf888
---
M VisualEditor/resources/tiny_mce_plugins/bsactions/plugin.js
1 file changed, 9 insertions(+), 9 deletions(-)

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



diff --git a/VisualEditor/resources/tiny_mce_plugins/bsactions/plugin.js 
b/VisualEditor/resources/tiny_mce_plugins/bsactions/plugin.js
index 353f7aa..8114d8c 100644
--- a/VisualEditor/resources/tiny_mce_plugins/bsactions/plugin.js
+++ b/VisualEditor/resources/tiny_mce_plugins/bsactions/plugin.js
@@ -1,12 +1,12 @@
 /**
  * VisualEditor extension
- * 
+ *
  * Wiki code to HTML and vice versa parser
  *
  * @author     Markus Glaser <[email protected]>
  * @author     Sebastian Ulbricht
  * @version    2.22.0
- 
+
  * @package    Bluespice_Extensions
  * @subpackage VisualEditor
  * @copyright  Copyright (C) 2011 Hallo Welt! - Medienwerkstatt GmbH, All 
rights reserved.
@@ -41,7 +41,7 @@
                        editor.on('init', bindStateListener);
                }
        }
-       
+
        function handleVisibilityState(ctrl, selector) {
                var editor = tinyMCE.activeEditor;
                function bindStateListener() {
@@ -63,11 +63,11 @@
                /*jshint validthis:true*/
                handleDisabledState(this, 'table');
        }
-       
+
        function postRenderVisibilityTable() {
                handleVisibilityState(this, 'TABLE');
        }
-       
+
        function postRenderSave() {
                var self = this;
 
@@ -187,7 +187,7 @@
                };
                return info;
        };
-       
+
        /**
         * There is a incompatibility between fullscreen and autoresize plugin. 
So after changing
         * to fullscreen, we need to restore the scrollbar
@@ -240,7 +240,7 @@
                        text: 
mw.message('bs-visualeditor-bsactions-heading6').plain(),
                        onclick : function() { ed.execCommand('FormatBlock', 
false, 'h6'); }
                });
-               
+
                menus = [{
                                menuId: 'bstableprops',
                                menuConfig: {
@@ -270,7 +270,7 @@
                                menuItem: ed.menuItems['column'],
                                menuOnPostRender: postRenderVisibilityTable
                        }];
-       
+
                //HINT: TinyMCE I18N seems not wo work. Using MediaWiki I18N
                buttons = [{
                                buttonId: 'bssave',
@@ -409,7 +409,7 @@
                                                _editor.selection.select(node, 
false);
                                                
_editor.selection.collapse(false);
                                        }
-                               }       
+                               }
                        }];
 
                //Give other extensions the chance to alter buttons and commands

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ifb96f7a301d16326c4e8c5d14f3cb63090aaf888
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceExtensions
Gerrit-Branch: master
Gerrit-Owner: Mglaser <[email protected]>
Gerrit-Reviewer: Pigpen <[email protected]>
Gerrit-Reviewer: Robert Vogel <[email protected]>
Gerrit-Reviewer: Tweichart <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to