Skip to content

Commit

Permalink
Website updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Dec 16, 2024
1 parent 945e497 commit ca70d44
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ <h4 class="name">

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

</div>
Expand Down Expand Up @@ -1986,7 +1986,7 @@ <h4 class="name">

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

</div>
Expand Down
2 changes: 1 addition & 1 deletion dist/en/main/examples/common.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/en/main/examples/common.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/en/main/ol/control/FullScreen.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions dist/en/main/ol/control/FullScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ import EventType from '../events/EventType.js';
import {listen, unlistenByKey} from '../events.js';
import Control from './Control.js';

const events = [
'fullscreenchange',
'webkitfullscreenchange',
'MSFullscreenChange',
];
const events = ['fullscreenchange', 'webkitfullscreenchange'];

/**
* @enum {string}
Expand Down
2 changes: 1 addition & 1 deletion dist/en/main/ol/dist/ol.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/en/main/ol/dist/ol.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/main.js

Large diffs are not rendered by default.

0 comments on commit ca70d44

Please sign in to comment.