generators/dijit/templates/test.html in depo-0.0.5 vs generators/dijit/templates/test.html in depo-0.0.6

- old
+ new

@@ -8,8 +8,10 @@ <script src="<%= dijit_class_name %>.js"></script> <%= config.generators.head_of_test_page %> <link rel="stylesheet" href="/<%= style_path %>" type="text/css" /> </head> <body class="app"> + <div dojoType="<%= dijit_full_name %>" jsId="<%= dijit_class_name.camelize(:lower) %>"> + </div> </body> </html>