From f6a7f24e61a78f197250875ac9833f497a455d20 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Wed, 12 May 2021 17:41:08 +0200 Subject: rename "bundles" to "bags" --- background/reverse_use_info.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'background/reverse_use_info.js') diff --git a/background/reverse_use_info.js b/background/reverse_use_info.js index 3399285..688cd64 100644 --- a/background/reverse_use_info.js +++ b/background/reverse_use_info.js @@ -1,5 +1,5 @@ /** -* Myext scripts and bundles usage index +* Myext scripts and bags usage index * * Copyright (C) 2021 Wojtek Kosior * @@ -11,7 +11,7 @@ "use strict"; /* - * We want to count referenes to scripts and bundles in order to know, + * We want to count referenes to scripts and bags in order to know, * for example, whether one can be safely deleted. */ @@ -83,7 +83,7 @@ { storage = await get_storage(); - prefixes = [TYPE_PREFIX.PAGE, TYPE_PREFIX.BUNDLE]; + prefixes = [TYPE_PREFIX.PAGE, TYPE_PREFIX.BAG]; for (let prefix of prefixes) build_reverse_uses_info(prefix); -- cgit v1.2.3