Skip to content

Commit 8332281

Browse files
committed
Add some comments
1 parent 66b6fb4 commit 8332281

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

blogpost-apps/local-first-form-builder/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
}
7070
}
7171

72+
// Persist a survey JSON
7273
creator.saveSurveyFunc = (saveNo, callback) => {
7374
try {
7475
const currentJSON = creator.JSON;
@@ -82,7 +83,8 @@
8283
markSyncedIfBothSaved();
8384
callback(saveNo, true);
8485
};
85-
86+
87+
// Persist a survey theme
8688
creator.saveThemeFunc = (saveNo, callback) => {
8789
try {
8890
const currentTheme = creator.theme;

0 commit comments

Comments
 (0)