Skip to content

Commit d58a8fb

Browse files
save file
1 parent 0513768 commit d58a8fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999

100100

101101
obj.init = function(){
102-
102+
debug('init',obj.version);
103103
customElements.define('check-box',checkbox);
104104

105105
}//init
@@ -109,7 +109,7 @@
109109

110110

111111
obj.initdom = function(){
112-
112+
debug('initdom');
113113
var shadow = host.shadowRoot;
114114

115115
menu.add.style(shadow);

0 commit comments

Comments
 (0)