Skip to content

Commit

Permalink
[DOC]
Browse files Browse the repository at this point in the history
  • Loading branch information
Viglino committed Jun 19, 2024
1 parent a2d3a25 commit e819cae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/ol-ext.js
Original file line number Diff line number Diff line change
Expand Up @@ -12555,6 +12555,9 @@ ol.control.Permalink = class olcontrolPermalink extends ol.control.Control {
}
*/
}
/** Refresh the url
* @private
*/
replaceUrl_(url, force) {
clearTimeout(this.refreshTout_)
if (force) {
Expand Down
3 changes: 3 additions & 0 deletions src/control/Permalink.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,9 @@ var ol_control_Permalink = class olcontrolPermalink extends ol_control_Control {
}
*/
}
/** Refresh the url
* @private
*/
replaceUrl_(url, force) {
clearTimeout(this.refreshTout_)
if (force) {
Expand Down

0 comments on commit e819cae

Please sign in to comment.