Ignore unused requires in MVT examples

This commit is contained in:
Tim Schaub
2016-08-07 23:51:40 -06:00
parent 7d29b35e75
commit ddbe0516d2
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
goog.require('ol.Attribution');
/* eslint-disable openlayers-internal/no-unused-requires */
goog.require('ol.Map');
goog.require('ol.View');
goog.require('ol.format.MVT');

View File

@@ -1,4 +1,4 @@
goog.require('ol.Attribution');
/* eslint-disable openlayers-internal/no-unused-requires */
goog.require('ol.Map');
goog.require('ol.View');
goog.require('ol.format.MVT');