510c3e7ba7
when passing `crossOrigin: ''` (empty string) option, the `crossorigin` attribute should also be set an empty string value (valid keyword, with same effect as `"anonymous"` value). Need to add this test, because in JavaScript the empty string is a falsy value that could have been caught as `false` and led to no `crossorigin` attribute set. |
||
---|---|---|
.. | ||
GridLayerSpec.js | ||
TileLayerSpec.js |