We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 988b2b8 commit 28becdfCopy full SHA for 28becdf
1 file changed
chat/chat.html
@@ -29,9 +29,17 @@
29
30
chat = mod['chat-room'];
31
32
- debugger;
33
- console.log('p',$.all('chat-room [component]'));
34
+/*
+ console.log($('chat-room'));
35
+ console.log(chat.__host);
36
+ console.log(chat.__host.childNodes);
37
+ console.log('x',$.all(chat.__host,'[component_]')); //hmmmmmm avoid this????
38
+
39
+ console.log('p',$.all('chat-room [component]'));
40
+*/
41
42
43
input.open = mod['chat-room-open'];
44
//input.simple = mod['chat-room-simple'];
45
0 commit comments