aboutsummaryrefslogtreecommitdiff
path: root/ext/js/background/profile-conditions-util.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/js/background/profile-conditions-util.js')
-rw-r--r--ext/js/background/profile-conditions-util.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/ext/js/background/profile-conditions-util.js b/ext/js/background/profile-conditions-util.js
index 1e2c01f8..55b287d7 100644
--- a/ext/js/background/profile-conditions-util.js
+++ b/ext/js/background/profile-conditions-util.js
@@ -16,14 +16,12 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
-/* global
- * JsonSchema
- */
+import {JsonSchema} from '../data/json-schema.js';
/**
* Utility class to help processing profile conditions.
*/
-class ProfileConditionsUtil {
+export class ProfileConditionsUtil {
/**
* A group of conditions.
* @typedef {object} ProfileConditionGroup