update tt-rss dojo layer with new dependencies

This commit is contained in:
Andrew Dolgov 2018-12-04 16:40:26 +03:00
parent f097f33836
commit 6976cf8679
2 changed files with 6 additions and 1 deletions

View File

@ -8,8 +8,11 @@ dependencies = {
"dojo.dojo",
"dojo.dom-construct",
"dojo.parser",
"dojo.query",
"dojo.node",
"dojo.data.ItemFileWriteStore",
"dojo.selector.acme",
"dojo.selector.lite",
"dojo.Stateful",
"dojo.string",
"dojo.text",
@ -40,6 +43,8 @@ dependencies = {
"dijit.form.SimpleTextarea",
"dijit.form.TextBox",
"dijit.form.ValidationTextBox",
"dijit.form.MultiSelect",
"dijit.form.ComboBox",
"dijit.Viewport",
"dijit.InlineEditBox",
"dijit.ToolbarSeparator",

File diff suppressed because one or more lines are too long