Skip to content

Commit 11f63e3

Browse files
committed
Website updates
1 parent af4209c commit 11f63e3

File tree

7 files changed

+9
-5
lines changed

7 files changed

+9
-5
lines changed

dist/en/main/apidoc/module-ol_array.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ <h4 class="name">
188188

189189
<div class="tag-source">
190190
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/array.js">array.js</a>,
191-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/array.js#L212">line 212</a>
191+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/array.js#L213">line 213</a>
192192
</div>
193193

194194
</div>
@@ -296,6 +296,8 @@ <h4 class="name">
296296

297297

298298

299+
<dt class="important tag-deprecated">Deprecated</dt><dd class="yes-def tag-deprecated"><ul class="dummy"><li>Yes</li></ul></dd>
300+
299301

300302

301303

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ export function equals(arr1: Array<any> | Uint8ClampedArray, arr2: Array<any> |
8181
* @param {Array<*>} arr The array to sort (modifies original).
8282
* @param {!function(*, *): number} compareFnc Comparison function.
8383
* @api
84+
* @deprecated
8485
*/
8586
export function stableSort(arr: Array<any>, compareFnc: (arg0: any, arg1: any) => number): void;
8687
/**

dist/en/main/ol/array.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/array.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ export function equals(arr1, arr2) {
208208
* @param {Array<*>} arr The array to sort (modifies original).
209209
* @param {!function(*, *): number} compareFnc Comparison function.
210210
* @api
211+
* @deprecated
211212
*/
212213
export function stableSort(arr, compareFnc) {
213214
const length = arr.length;

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)