浏览代码

Exploring moduleContext, what class is it?

Eager Beaver 5 年之前
父节点
当前提交
ea7210a2ee
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      views/smokingHabits.html

+ 1 - 1
views/smokingHabits.html

@@ -45,7 +45,7 @@ function init(){
         return;
     }
 
-    document.getElementById('formStatus').value+="\n Module tecant loaded";
+    document.getElementById('formStatus').value+="\n Module tecant loaded: "+moduleContext;
     for (f in moduleContext){
         document.getElementById('formStatus').value+=
             "\n moduleContext["+f+"]: "+moduleContext[f];