JsRender/Roo.vala
authorAlan Knowles <alan@roojs.com>
Fri, 17 Oct 2014 09:23:23 +0000 (17:23 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 17 Oct 2014 09:23:23 +0000 (17:23 +0800)
JsRender/Roo.vala

index d5cf232..66094c7 100644 (file)
@@ -240,7 +240,9 @@ namespace JsRender {
                 
                var top = this.tree.fqn();
                print ("TOP = " + top + "\n" );
-               if (top.index_of("Roo.bootstrap.") != 0) {
+               if (top.index_of("Roo.bootstrap.") != 0 &&
+                       top.index_of("Roo.mailer.") != 0
+                       ) {
                        return;
                }