We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69e7078 commit b896827Copy full SHA for b896827
html/chat-room/html/chat-room-display/chat-room-display.html
@@ -57,12 +57,13 @@
57
58
var df=true,did='chat-room-display';
59
60
- var $
+ var $,debug
61
;
62
63
obj.initmod = function(params){
64
65
- $ = mod.rd(params,'$',$);
+ debug = mod.rd(params,'debug',debug);
66
+ $ = mod.rd(params,'$',$);
67
68
}//initmod
69
@@ -78,6 +79,8 @@
78
79
80
81
obj.init = async function(){
82
+ debug=eval(debug.mod);
83
+ debug('init');
84
}//init
85
86
0 commit comments