diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-12 22:26:51 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-12 22:27:18 +0000 |
| commit | cde120b3d730dfb56fa59759bb9a7369584f551c (patch) | |
| tree | c1c7ec460b87e0551bdf4fe00ca98bac565601f2 /js/SingleUseDialog.js | |
| parent | 7211d3468456bc770f227432e98be13bf7d7d42a (diff) | |
Clean up unnecessary eslint-disable directives (per ESLint).
Diffstat (limited to 'js/SingleUseDialog.js')
| -rw-r--r-- | js/SingleUseDialog.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/SingleUseDialog.js b/js/SingleUseDialog.js index b38b3f969..a207c0c44 100644 --- a/js/SingleUseDialog.js +++ b/js/SingleUseDialog.js @@ -1,4 +1,3 @@ -/* eslint-disable prefer-rest-params */ /* global define */ define(["dojo/_base/declare", "dijit/Dialog"], function (declare) { return declare("fox.SingleUseDialog", dijit.Dialog, { |