Show
Ignore:
Timestamp:
02/16/07 21:39:48 (23 months ago)
Author:
jburke
Message:

(merge from 0.4 branch) References #2366. Getting test files to work with xdomain web builds. This usually means converting them to use dojo.addOnLoad().

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/dnd/test_nested_drop_targets.html

    r6550 r7343  
    1414        dojo.require("dojo.event.*"); 
    1515 
    16         dojo.dnd.dragManager.nestedTargets = true; 
    1716 
    1817        function byId(id){ 
     
    2928 
    3029        function init(){ 
     30                dojo.dnd.dragManager.nestedTargets = true; 
     31 
    3132                new dojo.dnd.HtmlDragSource(byId("source"), "source"); 
    3233                var dt1 = new dojo.dnd.HtmlDropTarget(byId("outer"), ["*"]);