1 define("dojo/dnd/AutoSource", ["../_base/declare", "./Source"], function(declare, Source){
2 return declare("dojo.dnd.AutoSource", Source, {
4 // a source that syncs its DnD nodes by default
6 constructor: function(/*===== node, params =====*/){
8 // constructor of the AutoSource --- see the Source constructor for details