Skip to content

Commit e75a4d3

Browse files
author
Chris K
committed
Run cleanrepo.
1 parent fb8aa99 commit e75a4d3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/ui-scripts/celloverlay.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var CellOverlay = function(view_id, parent_cell, parent_view_id)
1+
var CellOverlay = function(view_id, parent_cell, parent_view_id)
22
{
33
this._init(view_id, parent_cell, parent_view_id);
44
};

src/ui-scripts/overlaybackground.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var OverlayBackground = function(cell)
1+
var OverlayBackground = function(cell)
22
{
33
this.init(cell);
44
};

src/ui-scripts/overlayview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var OverlayView = function(id, container_class, html, default_handler) {};
1+
var OverlayView = function(id, container_class, html, default_handler) {};
22
var OverlayViewPrototype = function()
33
{
44
this.type = "overlay";

src/ui-strings/ui_strings-en.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,9 @@ ui_strings.S_CLEAR_NETWORK_LOG = "Clear network log";
600600
/* DESC: Close command line window */
601601
ui_strings.S_CLOSE_COMMAND_LINE = "Close console";
602602

603+
/* DESC: Button label to close an overlay. */
604+
ui_strings.S_CLOSE_OVERLAY_VIEW = "Close overlay";
605+
603606
/* DESC: Setting for changing the color notation (Hex, RGB, HSL) */
604607
ui_strings.S_COLOR_NOTATION = "Color format";
605608

@@ -1743,6 +1746,3 @@ ui_strings.S_TOGGLE_PAUSED_UPDATING_NETWORK_VIEW = "Pause updating network activ
17431746
/* DESC: String shown instead of filename when file name is missing */
17441747
ui_strings.S_UNKNOWN_SCRIPT = "(Unknown script)";
17451748

1746-
/* DESC: Button label to close an overlay. */
1747-
ui_strings.S_CLOSE_OVERLAY_VIEW = "Close overlay";
1748-

0 commit comments

Comments
 (0)