Skip to content

Commit 044c5fd

Browse files
save file
1 parent 71bb938 commit 044c5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/chat-room/chat-room.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162

163163
var shadow = host.shadowRoot;
164164

165-
var tabs = $(shadow,'#tabs');
165+
tabs = $(shadow,'#tabs');
166166
tab = $(tabs,'.tab');
167167
tab.remove();
168168
tab.style.display = '';

0 commit comments

Comments
 (0)