Skip to content

Commit 8af5252

Browse files
committed
Modified IndexedDB comments
1 parent 20887ac commit 8af5252

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.~lock.Presentation.pptx#

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
,shahlin,SHAHLIN-ANTERGOS,10.08.2018 17:19,file:///home/shahlin/.config/libreoffice/4;

clipb_idb.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
let value = cursor.value;
135135

136136
// Display data in HTML element
137-
// value.para -> para is the column name given in the object store
137+
// value.para -> para is the field name given in the object
138138
container.innerHTML += value.para + "<br>";
139139

140140
// Move the cursor to the next item if any

0 commit comments

Comments
 (0)