Files
openlayers/src/ol/webgl
Frederic Junod 7cb85fa975 Don't define functions in the prototype
If `VOID` is used, TypeScript is not able to figure out what the function parameters are.

Before:
```
$ npx tsc | wc -l
    1188
```

After:
```
$ npx tsc | wc -l
    1169
```
2018-09-19 08:40:14 +02:00
..
2018-09-05 08:05:29 -06:00
2017-12-14 12:23:06 -07:00