We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b315567 commit 9ca0e71Copy full SHA for 9ca0e71
html-components/ex/define-component.js
@@ -0,0 +1,33 @@
1
+
2
3
+(function({mod,host}){
4
5
+ var obj = {};
6
7
8
+ obj.initmod = function(params){
9
+ }//initmod
10
11
12
+ //vars:
13
14
15
+ //:
16
17
18
+ obj.init = async function(){
19
+ }//init
20
21
22
23
24
25
+ obj.initdom = async function(){
26
+ }//initdom
27
28
29
30
+ return obj;
31
32
+})
33
0 commit comments