mirror of
https://gitlab.gnome.org/june/top-bar-organizer.git
synced 2026-01-11 16:53:51 +01:00
Other: Move "use strict"; before ESLint config comment everywhere
This commit is contained in:
parent
17d7bd23b4
commit
2e5bcd4e81
7 changed files with 7 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
/* exported init */
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
/* exported init */
|
||||||
|
|
||||||
const ExtensionUtils = imports.misc.extensionUtils;
|
const ExtensionUtils = imports.misc.extensionUtils;
|
||||||
const Me = ExtensionUtils.getCurrentExtension();
|
const Me = ExtensionUtils.getCurrentExtension();
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/* exported AppIndicatorKStatusNotifierItemManager */
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
/* exported AppIndicatorKStatusNotifierItemManager */
|
||||||
|
|
||||||
var AppIndicatorKStatusNotifierItemManager = class AppIndicatorKStatusNotifierItemManager {
|
var AppIndicatorKStatusNotifierItemManager = class AppIndicatorKStatusNotifierItemManager {
|
||||||
constructor() {
|
constructor() {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/* exported BoxOrderCreator */
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
/* exported BoxOrderCreator */
|
||||||
|
|
||||||
const ExtensionUtils = imports.misc.extensionUtils;
|
const ExtensionUtils = imports.misc.extensionUtils;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/* exported buildPrefsWidget, init */
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
/* exported buildPrefsWidget, init */
|
||||||
|
|
||||||
const ExtensionUtils = imports.misc.extensionUtils;
|
const ExtensionUtils = imports.misc.extensionUtils;
|
||||||
const Me = ExtensionUtils.getCurrentExtension();
|
const Me = ExtensionUtils.getCurrentExtension();
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/* exported PrefsBoxOrderItemRow */
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
/* exported PrefsBoxOrderItemRow */
|
||||||
|
|
||||||
const Gtk = imports.gi.Gtk;
|
const Gtk = imports.gi.Gtk;
|
||||||
const Gdk = imports.gi.Gdk;
|
const Gdk = imports.gi.Gdk;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/* exported PrefsBoxOrderListBox */
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
/* exported PrefsBoxOrderListBox */
|
||||||
|
|
||||||
const Gtk = imports.gi.Gtk;
|
const Gtk = imports.gi.Gtk;
|
||||||
const GObject = imports.gi.GObject;
|
const GObject = imports.gi.GObject;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/* exported PrefsBoxOrderListEmptyPlaceholder */
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
/* exported PrefsBoxOrderListEmptyPlaceholder */
|
||||||
|
|
||||||
const Gtk = imports.gi.Gtk;
|
const Gtk = imports.gi.Gtk;
|
||||||
const Gdk = imports.gi.Gdk;
|
const Gdk = imports.gi.Gdk;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue