mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 02:35:54 +00:00
rework dojo singleton modules to better work with phpstorm completion (ugh) - declare() is not needed there anyway
remove event.observe from login form (not needed) load pluginhost via amd
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
'use strict'
|
||||
/* global __, ngettext */
|
||||
define(["dojo/_base/declare"], function (declare) {
|
||||
return declare("fox.Feeds", null, {
|
||||
Feeds = {
|
||||
counters_last_request: 0,
|
||||
_active_feed_id: 0,
|
||||
_active_feed_is_cat: false,
|
||||
@@ -636,5 +636,7 @@ define(["dojo/_base/declare"], function (declare) {
|
||||
App.handleRpcJson(transport, true);
|
||||
});
|
||||
},
|
||||
});
|
||||
};
|
||||
|
||||
return Feeds;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user