1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 14:05:56 +00:00

dojo: remove uncompressed files

This commit is contained in:
Andrew Dolgov
2012-08-14 19:04:32 +04:00
parent 973c4a649f
commit 0181c01109
724 changed files with 0 additions and 137570 deletions

View File

@@ -1,15 +0,0 @@
define("dijit/_tree/dndSource", [
"dojo/_base/kernel", // kernel.deprecated
"dojo/_base/lang", // lang.getObject
"../tree/dndSource"
], function(kernel, lang, dndSource){
// module:
// dijit/_tree/dndSource
// 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);
});