JsRender/Roo.vala
authorAlan Knowles <alan@roojs.com>
Thu, 9 Oct 2014 08:23:58 +0000 (16:23 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 9 Oct 2014 08:23:58 +0000 (16:23 +0800)
JsRender/Roo.vala

index f3d6eac..c38b17b 100644 (file)
@@ -240,7 +240,7 @@ namespace JsRender {
                 
                var top = this.tree.fqn();
                print ("TOP = " + top + "\n" );
-               if (top != "Roo.bootstrap.Body") {
+               if (top.index_of("Roo.bootstrap.") != 0) {
                        return;
                }