From 1354d17270961fff662d40f90521223f8fd0d73b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 14 Aug 2012 18:59:10 +0400 Subject: update dojo to 1.7.3 --- lib/dojo/dnd/AutoSource.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lib/dojo/dnd/AutoSource.js (limited to 'lib/dojo/dnd/AutoSource.js') diff --git a/lib/dojo/dnd/AutoSource.js b/lib/dojo/dnd/AutoSource.js new file mode 100644 index 000000000..7e1a53f48 --- /dev/null +++ b/lib/dojo/dnd/AutoSource.js @@ -0,0 +1,8 @@ +/* + Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved. + Available via Academic Free License >= 2.1 OR the modified BSD license. + see: http://dojotoolkit.org/license for details +*/ + +//>>built +define("dojo/dnd/AutoSource",["./Source"],function(_1){return dojo.declare("dojo.dnd.AutoSource",_1,{constructor:function(_2,_3){this.autoSync=true;}});}); \ No newline at end of file -- cgit v1.2.3