Include full filename in import specifier

This commit is contained in:
Tim Schaub
2019-05-28 16:06:42 -06:00
parent c4e465dcf9
commit deb00f20fe
37 changed files with 118 additions and 118 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
* @module ol/resolutionconstraint
*/
import {linearFindNearest} from './array.js';
import {getHeight, getWidth} from './extent';
import {clamp} from './math';
import {getHeight, getWidth} from './extent.js';
import {clamp} from './math.js';
/**