UNPKG

can

Version:

MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.

13 lines (11 loc) 371 B
define(["../_base/declare", "./Source"], function(declare, Source){ return declare("dojo.dnd.AutoSource", Source, { // summary: // a source that syncs its DnD nodes by default constructor: function(/*===== node, params =====*/){ // summary: // constructor of the AutoSource --- see the Source constructor for details this.autoSync = true; } }); });