diff --git a/js/CommonDialogs.js b/js/CommonDialogs.js index 18250bbb8..70596539b 100644 --- a/js/CommonDialogs.js +++ b/js/CommonDialogs.js @@ -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 */ diff --git a/js/CommonFilters.js b/js/CommonFilters.js index cfb6ca93e..802cf478d 100644 --- a/js/CommonFilters.js +++ b/js/CommonFilters.js @@ -1,5 +1,7 @@ 'use strict' +/* eslint-disable no-new */ + /* global __, App, Article, Lists, Effect, fox */ /* global xhrPost, dojo, dijit, Notify, $$, Feeds */