Fix lint global undefined

This commit is contained in:
Bartek Fabiszewski 2019-11-29 17:32:36 +01:00
parent f2e887c23d
commit a0c4cf78e9

View File

@ -16,7 +16,8 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
/* eslint-disable no-undef */
/* global ol */
import OpenlayersApi from '../src/mapapi/api_openlayers.js'; import OpenlayersApi from '../src/mapapi/api_openlayers.js';
import { config } from '../src/initializer.js' import { config } from '../src/initializer.js'