Skip to content

Commit ad2da38

Browse files
save file
1 parent 9ca0e71 commit ad2da38

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

html-components/ex/define-component.js

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,13 @@
44

55
var obj = {};
66

7-
8-
obj.initmod = function(params){
9-
}//initmod
10-
7+
obj.initmod = function(params){}
118

129
//vars:
1310

14-
15-
//:
16-
17-
18-
obj.init = async function(){
19-
}//init
20-
21-
22-
//:
23-
24-
25-
obj.initdom = async function(){
26-
}//initdom
11+
obj.init = async function(){}
2712

13+
obj.initdom = async function(){}
2814

2915

3016
return obj;

0 commit comments

Comments
 (0)