whitespace cleanup

This commit is contained in:
friarzen 2018-11-27 03:42:37 +00:00
parent b529072d0b
commit 69ef732caf

View file

@ -287,6 +287,7 @@ let splithandler_plugin = (function () {
plugins['popups'].closePopup("#panedialog"); plugins['popups'].closePopup("#panedialog");
} }
// //
// helper function sending text to a pane // helper function sending text to a pane
var txtToPane = function (panekey, txt) { var txtToPane = function (panekey, txt) {
@ -304,7 +305,6 @@ let splithandler_plugin = (function () {
var scrollHeight = text_div.parent().prop("scrollHeight"); var scrollHeight = text_div.parent().prop("scrollHeight");
text_div.parent().animate({ scrollTop: scrollHeight }, 0); text_div.parent().animate({ scrollTop: scrollHeight }, 0);
} }
} }
@ -316,7 +316,6 @@ let splithandler_plugin = (function () {
// //
// Accept plugin onText events // Accept plugin onText events
var onText = function (args, kwargs) { var onText = function (args, kwargs) {
// If the message is not itself tagged, we'll assume it // If the message is not itself tagged, we'll assume it
// should go into any panes with 'all' or 'rest' set // should go into any panes with 'all' or 'rest' set
var msgtype = "rest"; var msgtype = "rest";