src/JsRender/Node.vala
authorAlan Knowles <alan@roojs.com>
Wed, 27 Feb 2019 05:12:17 +0000 (13:12 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 27 Feb 2019 05:12:17 +0000 (13:12 +0800)
src/JsRender/Node.vala

index 2e5814c..6d832b8 100644 (file)
@@ -333,18 +333,16 @@ public class JsRender.Node : Object {
                }
                return false;
        }
+       */
 
-       public string fqn()
-       {
+       public string fqn() {
+               return this.get("extends", '*');
+               /*
                if (!this.hasXnsType ()) {
                        return "";
                }
                return this.props.get("$ xns") + "." + this.props.get("xtype"); 
-
-       }
-       */
-       public string fqn() {
-               return this.get("extends", '*');
+               */
        }