Update to Enyo and Onyx 2.0-beta4
[blerg.git] / www / jssrc / blerg / Controls.js
index 8c91c29..480e552 100644 (file)
@@ -28,16 +28,16 @@ enyo.kind({
         ]},
         {name: "loggedInControls", showing: false, components: [
             {name: "greeting", components: [
-                {noDom: true, content: "Hello, "},
+                {tag: null, content: "Hello, "},
                 {name: "userlink", tag: "a"},
-                {noDom: true, content: ". "},
+                {tag: null, content: ". "},
                 {kind: "blerg.Link", content: "Logout", onNavigate: "logoutClicked"},
-                {noDom: true, content: "."}
+                {tag: null, content: "."}
             ]},
             {components: [
                 {name: "rssButton", kind: "blerg.Link", showing: false, components: [
                     {kind: "Image", src: "/images/rss.png", width: 16, height: 16},
-                    {noDom: true, content: " RSS"}
+                    {tag: null, content: " RSS"}
                 ]}
             ]},
             {classes: "blerg-controls-toolbar", components: [