Skip to content

Commit 46c4f90

Browse files
committed
Website updates
1 parent d99b1ce commit 46c4f90

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

dist/en/main/examples/common.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/examples/common.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/examples/offscreen-canvas.worker.worker.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/Image.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ class ImageWrapper extends EventTarget {
181181
}
182182
if (
183183
image instanceof HTMLImageElement ||
184-
image instanceof ImageBitmap ||
184+
(CREATE_IMAGE_BITMAP && image instanceof ImageBitmap) ||
185185
image instanceof HTMLCanvasElement ||
186186
image instanceof HTMLVideoElement
187187
) {

dist/en/main/ol/dist/ol.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/dist/ol.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)