소스 검색

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];