Pman.Builder.View.js
authorAlan Knowles <alan@roojs.com>
Fri, 7 Feb 2014 05:16:52 +0000 (13:16 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 7 Feb 2014 05:16:52 +0000 (13:16 +0800)
Pman.Builder.View.js

index 90851c2..1e15281 100644 (file)
@@ -240,7 +240,7 @@ Pman.Builder.View = {
         // add xattr data?
         if (add_xattr) {
             cfg.xattr = {
-                xtype : cfg.xns + '.' + cfg.xtype 
+                xtype : cfg['|xns'] + '.' + cfg.xtype 
             };
             
         }