Explorar o código

Exploring moduleContext, what class is it?

Eager Beaver %!s(int64=5) %!d(string=hai) anos
pai
achega
ea7210a2ee
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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];