mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:15:56 +00:00
silence (or fix) a bunch of eslint warnings
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
/* global dijit */
|
||||
/* eslint-disable prefer-rest-params */
|
||||
/* global dijit, define */
|
||||
define(["dojo/_base/declare", "dijit/form/DropDownButton"], function (declare) {
|
||||
return declare("fox.form.DropDownButton", dijit.form.DropDownButton, {
|
||||
startup: function() {
|
||||
|
||||
Reference in New Issue
Block a user