Pman.js
authorAlan Knowles <alan@roojs.com>
Wed, 22 Jun 2016 07:10:35 +0000 (15:10 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 22 Jun 2016 07:10:35 +0000 (15:10 +0800)
Pman.js

diff --git a/Pman.js b/Pman.js
index 56703a4..35c17be 100644 (file)
--- a/Pman.js
+++ b/Pman.js
@@ -914,13 +914,13 @@ Pman = new Roo.Document(
                 return;
             }
             if (this.module.disabled) {
-                Roo.log("Module disabled, should not rendering")
+                Roo.log("Module disabled, should not rendering");
                 Roo.log(this);
                 return;
             }
-            
+             
             if (!this.parent.layout) {
-                Roo.log("Module parent does not have property layout.")
+                Roo.log("Module parent does not have property layout.");
                 Roo.log(this);
                 return;
             }