]> git.wh0rd.org - tt-rss.git/blobdiff - js/tt-rss.js
switch modules to new dojo definition format
[tt-rss.git] / js / tt-rss.js
index 78feb6ea32f22ce53ccb788a140f2801b8df4f53..1b84025d112b879906c05c169038b4adb3e0d6a7 100644 (file)
@@ -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())