mirror of
https://gitlab.gnome.org/julianschacher/top-bar-organizer.git
synced 2025-10-27 15:19:09 +00:00
Other: Move "use strict"; before ESLint config comment everywhere
This commit is contained in:
parent
17d7bd23b4
commit
2e5bcd4e81
@ -1,5 +1,5 @@
|
||||
/* exported init */
|
||||
"use strict";
|
||||
/* exported init */
|
||||
|
||||
const ExtensionUtils = imports.misc.extensionUtils;
|
||||
const Me = ExtensionUtils.getCurrentExtension();
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/* exported AppIndicatorKStatusNotifierItemManager */
|
||||
"use strict";
|
||||
/* exported AppIndicatorKStatusNotifierItemManager */
|
||||
|
||||
var AppIndicatorKStatusNotifierItemManager = class AppIndicatorKStatusNotifierItemManager {
|
||||
constructor() {
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/* exported BoxOrderCreator */
|
||||
"use strict";
|
||||
/* exported BoxOrderCreator */
|
||||
|
||||
const ExtensionUtils = imports.misc.extensionUtils;
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/* exported buildPrefsWidget, init */
|
||||
"use strict";
|
||||
/* exported buildPrefsWidget, init */
|
||||
|
||||
const ExtensionUtils = imports.misc.extensionUtils;
|
||||
const Me = ExtensionUtils.getCurrentExtension();
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/* exported PrefsBoxOrderItemRow */
|
||||
"use strict";
|
||||
/* exported PrefsBoxOrderItemRow */
|
||||
|
||||
const Gtk = imports.gi.Gtk;
|
||||
const Gdk = imports.gi.Gdk;
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/* exported PrefsBoxOrderListBox */
|
||||
"use strict";
|
||||
/* exported PrefsBoxOrderListBox */
|
||||
|
||||
const Gtk = imports.gi.Gtk;
|
||||
const GObject = imports.gi.GObject;
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/* exported PrefsBoxOrderListEmptyPlaceholder */
|
||||
"use strict";
|
||||
/* exported PrefsBoxOrderListEmptyPlaceholder */
|
||||
|
||||
const Gtk = imports.gi.Gtk;
|
||||
const Gdk = imports.gi.Gdk;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user