Show
Ignore:
Timestamp:
03/09/08 05:37:02 (10 months ago)
Author:
bill
Message:

Refs #6126, #6127: Fix bug in testcase; childrenAttrs is an array so needs to be passed in as such.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/tests/tree/test_Tree_Programmatic.html

    r12981 r12984  
    2525                                rootId: "earth", 
    2626                                rootLabel: "Earth", 
    27                                 childrenAttrs: "children" 
     27                                childrenAttrs: ["children"] 
    2828                        }); 
    2929                        var tree = new dijit.Tree({