Changeset 7395 for trunk/tests/undo
- Timestamp:
- 02/21/07 14:58:53 (21 months ago)
- Location:
- trunk/tests/undo
- Files:
-
- 3 modified
-
test_browser.html (modified) (1 diff)
-
test_browser_bookmark.html (modified) (1 diff)
-
test_Manager.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/undo/test_browser.html
r5259 r7395 6 6 //debugAtAllCosts: true, //Don't normally need this in applications. 7 7 isDebug: true, 8 dojoIframeHistoryUrl: "../../iframe_history.html", //for xdomain 8 9 preventBackButtonFix: false 9 10 }; -
trunk/tests/undo/test_browser_bookmark.html
r5259 r7395 6 6 //debugAtAllCosts: true, //Don't normally need this in applications. 7 7 isDebug: true, 8 dojoIframeHistoryUrl: "../../iframe_history.html", //for xdomain 8 9 preventBackButtonFix: false 9 10 }; -
trunk/tests/undo/test_Manager.html
r2966 r7395 9 9 </script> 10 10 <script type="text/javascript" src="../../dojo.js"></script> 11 <script type="text/javascript" src="../../src/undo/Manager.js"></script>12 11 <script type="text/javascript"> 12 dojo.require("dojo.undo.Manager"); 13 13 function foo(n) { 14 14 return function() {