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/storage.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'background/storage.js') diff --git a/background/storage.js b/background/storage.js index ea390ef..5578109 100644 --- a/background/storage.js +++ b/background/storage.js @@ -104,7 +104,7 @@ } var pages; - var bundles; + var bags; var scripts; var list_by_prefix = {}; @@ -310,8 +310,8 @@ */ /* - * For bundles, item name is chosen by user, data is an array of 2-element - * arrays with type prefix and script/bundle names. + * For bags, item name is chosen by user, data is an array of 2-element + * arrays with type prefix and script/bag names. */ /* -- cgit v1.2.3