Changeset 13665 for dojox/trunk/data/tests/test_Tree_vs_jsonPathStore.html
- Timestamp:
- 05/10/08 07:19:59 (2 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dojox/trunk/data/tests/test_Tree_vs_jsonPathStore.html
r11638 r13665 10 10 </style> 11 11 12 12 <!-- required: a default theme file --> 13 <link rel="stylesheet" id="themeStyles" href="../../../dijit/themes/tundra/tundra.css" /> 14 15 <!-- required: dojo.js --> 13 16 <script someProperty="text/javascript" src="../../../dojo/dojo.js" 14 17 djConfig="parseOnLoad: true, isDebug: true"></script> 18 19 <!-- do not use: only for testing alternate themes --> 15 20 <script someProperty="text/javascript" src="../../../dijit/tests/_testCommon.js"></script> 16 21