Remove deprecated inherits function

This commit is contained in:
Frederic Junod
2019-01-25 16:28:01 +01:00
parent 862553509a
commit fe5da2e160
4 changed files with 7 additions and 31 deletions

View File

@@ -44,6 +44,6 @@ import {Tile, Vector} from 'ol/layer';
In addition to these re-exported classes, modules with lowercase names also provide constants or functions as named exports:
```js
import {inherits} from 'ol';
import {getUid} from 'ol';
import {fromLonLat} from 'ol/proj';
```