Skip to content

Commit 52ecaaa

Browse files
save file
1 parent d58a8fb commit 52ecaaa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

utils/editors/html/auto-save/v2.0/auto-save-v2.0.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@
100100

101101
obj.init = function(){
102102
debug('init',obj.version);
103-
customElements.define('check-box',checkbox);
104-
103+
104+
105105
}//init
106106

107107

@@ -114,6 +114,7 @@
114114

115115
menu.add.style(shadow);
116116

117+
autosave = $(root,'#autosave');
117118

118119
savemenu = $(shadow,'.menu');
119120
$(shadow,'.menu-icon').onclick = menu.click(savemenu,false,false,savemenu_callback);
@@ -235,6 +236,7 @@
235236

236237
}//class
237238

239+
customElements.define('check-box',checkbox);
238240

239241
//:
240242

0 commit comments

Comments
 (0)