Skip to content

Commit ca70d44

Browse files
committed
Website updates
1 parent 945e497 commit ca70d44

File tree

8 files changed

+9
-13
lines changed

8 files changed

+9
-13
lines changed

dist/en/main/apidoc/module-ol_control_FullScreen-FullScreen.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ <h4 class="name">
164164

165165
<div class="tag-source">
166166
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/control/FullScreen.js">control/FullScreen.js</a>,
167-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/control/FullScreen.js#L81">line 81</a>
167+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/control/FullScreen.js#L77">line 77</a>
168168
</div>
169169

170170
</div>
@@ -1986,7 +1986,7 @@ <h4 class="name">
19861986

19871987
<div class="tag-source">
19881988
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/control/FullScreen.js">control/FullScreen.js</a>,
1989-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/control/FullScreen.js#L292">line 292</a>
1989+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/control/FullScreen.js#L288">line 288</a>
19901990
</div>
19911991

19921992
</div>

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/ol/control/FullScreen.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/control/FullScreen.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ import EventType from '../events/EventType.js';
88
import {listen, unlistenByKey} from '../events.js';
99
import Control from './Control.js';
1010

11-
const events = [
12-
'fullscreenchange',
13-
'webkitfullscreenchange',
14-
'MSFullscreenChange',
15-
];
11+
const events = ['fullscreenchange', 'webkitfullscreenchange'];
1612

1713
/**
1814
* @enum {string}

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)