mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:05:55 +00:00
switch modules to new dojo definition format
This commit is contained in:
@@ -248,12 +248,11 @@ function init() {
|
||||
"dijit/Tree",
|
||||
"dijit/tree/dndSource",
|
||||
"dijit/tree/ForestStoreModel",
|
||||
"dojo/data/ItemFileWriteStore" ], function (dojo, ready, parser) {
|
||||
"dojo/data/ItemFileWriteStore",
|
||||
"fox/FeedTree" ], function (dojo, ready, parser) {
|
||||
|
||||
ready(function() {
|
||||
|
||||
dojo.require("fox.FeedTree");
|
||||
|
||||
parser.parse();
|
||||
|
||||
if (!genericSanityCheck())
|
||||
|
||||
Reference in New Issue
Block a user