Skip to content

Commit 28becdf

Browse files
save file
1 parent 988b2b8 commit 28becdf

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

chat/chat.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,17 @@
2929

3030
chat = mod['chat-room'];
3131

32-
debugger;
33-
console.log('p',$.all('chat-room [component]'));
3432

33+
/*
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+
3543
input.open = mod['chat-room-open'];
3644
//input.simple = mod['chat-room-simple'];
3745

0 commit comments

Comments
 (0)