Skip to content

Commit

Permalink
Missed files w.r.t. parseOnLoad flag.
Browse files Browse the repository at this point in the history
Refs #3510.
  • Loading branch information
wkeese committed Jul 2, 2007
1 parent 9f0fec9 commit d8db0d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bench/widget_construction_test.php
Expand Up @@ -9,9 +9,9 @@
@import "../themes/tundra/tundra.css";
</style>
<script type="text/javascript" src="../../dojo/dojo.js"
djConfig="isDebug: true, debugAtAllCosts: true"></script>
djConfig="parseOnLoad: true, isDebug: true"></script>
<script type="text/javascript">
dojo.require("dijit.util.parser"); // scan page for widgets and instantiate them
dojo.require("dojo.parser"); // scan page for widgets and instantiate them
dojo.require("dijit._Widget");
dojo.require("dijit._Templated");

Expand Down
2 changes: 1 addition & 1 deletion themes/templateThemeTest.html
Expand Up @@ -5,7 +5,7 @@
<title>Test Widget Templates in Multiple Themes</title>

<script type="text/javascript" src="../../dojo/dojo.js"
djConfig="isDebug: true"></script>
djConfig="parseOnLoad: true, isDebug: true"></script>
<script type="text/javascript">
dojo.require("dijit.util.sniff");
dojo.require("dijit.Menu");
Expand Down
3 changes: 2 additions & 1 deletion themes/themeTester.html
@@ -1,7 +1,8 @@
<html>
<head>
<title>Dijit Theme Tester</title>
<script type="text/javascript" src="../../dojo/dojo.js"></script>
<script type="text/javascript" src="../../dojo/dojo.js"
djConfig="parseOnLoad: true, isDebug: true"></script>
<script type="text/javascript" src="../dijit.js"></script>
<script type="text/javascript" src="../dijit-all.js"></script>
<script type="text/javascript">
Expand Down

0 comments on commit d8db0d8

Please sign in to comment.