Skip to content

Commit b906a06

Browse files
committed
Website updates
1 parent 4e92d9c commit b906a06

8 files changed

+8
-8
lines changed

dist/en/main/examples/common.js

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/expr/cpu.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ function compileMatchExpression(expression, context) {
502502
}
503503
return (context) => {
504504
const value = args[0](context);
505-
for (let i = 1; i < length; i += 2) {
505+
for (let i = 1; i < length - 1; i += 2) {
506506
if (value === args[i](context)) {
507507
return args[i + 1](context);
508508
}

dist/main.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)