Skip to content

Commit 4ff3aca

Browse files
Trey TurnerTrey Turner
authored andcommitted
comment code
1 parent 95cde2b commit 4ff3aca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Extension Files/assets/js/background.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ window.iTraceChrome = {
145145
iTraceChrome.fileLocation = "";
146146

147147
if (iTraceChrome.db) {
148+
// objectStore is the (temporary) bridge that allows us to get the local data that is locally stored
149+
// in the iTraceChrome object
148150
var objectStore = iTraceChrome.db.transaction(["sessionData"], "readwrite").objectStore("sessionData");
149151
objectStore.clear();
150152
}

0 commit comments

Comments
 (0)