docs2/Roo.docs.bjs
[roojs1] / docs2 / Roo.docs.js
index 405be81..1df1dc4 100644 (file)
@@ -579,7 +579,7 @@ Roo.docs = new Roo.XComponent({
           rowclass : function (_self, rowcfg)
            {
                  rc = rowcfg.record.json.memberOf == Roo.docs.init.currentClass ? 'doc-added-member '  : '';
-                 rowcfg.rowClass = rc + rowcfg.record.json.expanded ? 'expanded' : '';
+                 rowcfg.rowClass = rc + (rowcfg.record.json.expanded ? 'expanded' : '');
            },
           rowclick : function (_self, el, rowIndex, e)
            {
@@ -673,7 +673,7 @@ Roo.docs = new Roo.XComponent({
           rowclass : function (_self, rowcfg)
            {
                  rc = rowcfg.record.json.memberOf == Roo.docs.init.currentClass ? 'doc-added-member '  : '';
-                 rowcfg.rowClass = rc + rowcfg.record.json.expanded ? 'expanded' : '';
+                 rowcfg.rowClass = rc + (rowcfg.record.json.expanded ? 'expanded' : '');
            },
           rowclick : function (_self, el, rowIndex, e)
            {