Skip to content

Commit 63380ed

Browse files
committed
Website updates
1 parent 701c124 commit 63380ed

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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/ol/Map.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export type FrameState = {
9898
[x: string]: boolean;
9999
};
100100
};
101-
export type PostRenderFunction = (arg0: Map, arg1: FrameState | null) => any;
101+
export type PostRenderFunction = (arg0: Map, arg1: FrameState) => any;
102102
export type AtPixelOptions = {
103103
/**
104104
* Layer filter

dist/en/main/ol/Map.d.ts.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/Map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ import {warn} from './console.js';
7272
*/
7373

7474
/**
75-
* @typedef {function(Map, ?FrameState): any} PostRenderFunction
75+
* @typedef {function(Map, FrameState): any} PostRenderFunction
7676
*/
7777

7878
/**

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.

0 commit comments

Comments
 (0)