mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 18:15:58 +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/ComboButton"], function (declare) {
|
||||
return declare("fox.form.ComboButton", dijit.form.ComboButton, {
|
||||
startup: function() {
|
||||
|
||||
Reference in New Issue
Block a user