silence some more eslint warnings
This commit is contained in:
parent
157675d9fd
commit
6d7fea537e
|
@ -1,5 +1,8 @@
|
|||
'use strict'
|
||||
|
||||
/* eslint-disable new-cap */
|
||||
/* eslint-disable no-new */
|
||||
|
||||
/* global __, dojo, dijit, Notify, App, Feeds, $$, xhrPost, xhrJson, Tables, Effect, fox */
|
||||
|
||||
/* exported CommonDialogs */
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
'use strict'
|
||||
|
||||
/* eslint-disable no-new */
|
||||
|
||||
/* global __, App, Article, Lists, Effect, fox */
|
||||
/* global xhrPost, dojo, dijit, Notify, $$, Feeds */
|
||||
|
||||
|
|
Loading…
Reference in New Issue