1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

remove dojo uncompressed files

This commit is contained in:
Andrew Dolgov
2013-04-02 20:06:16 +04:00
parent 7caa48fe6a
commit 870334be3f
806 changed files with 0 additions and 156901 deletions
@@ -1,20 +0,0 @@
define("dijit/_tree/dndSource", [
"dojo/_base/kernel", // kernel.deprecated
"dojo/_base/lang", // lang.setObject
"../tree/dndSource"
], function(kernel, lang, dndSource){
// module:
// dijit/_tree/dndSource
/*=====
return {
// summary:
// Deprecated module, use dijit/tree/dndSource instead.
};
=====*/
// TODO: remove this file in 2.0
kernel.deprecated("dijit._tree.dndSource has been moved to dijit.tree.dndSource, use that instead", "", "2.0");
lang.setObject("dijit._tree.dndSource", dndSource);
});