Show
Ignore:
Timestamp:
02/21/07 14:54:01 (21 months ago)
Author:
jburke
Message:

References #2366. Converting more tests to use dojo.addOnLoad()

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.4/tests/widget/Editor/test_RichTextStyleSheets.html

    r7087 r7394  
    55        <title>Dojo Editor2 Stylesheet test</title> 
    66        <script type="text/javascript"> 
    7                 var djConfig = { isDebug: true }; 
     7                var djConfig = { 
     8                        isDebug: true, 
     9                        dojoRichTextFrameUrl: "../../../src/widget/templates/richtextframe.html" //for xdomain 
     10                }; 
    811        </script> 
    912