mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
Update umap/static/umap/js/modules/umap.js
Co-authored-by: David Larlet <3556+davidbgk@users.noreply.github.com>
This commit is contained in:
parent
2baeaace24
commit
dcce3ad054
1 changed files with 0 additions and 1 deletions
|
@ -249,7 +249,6 @@ export default class Umap {
|
||||||
at = new Date(at)
|
at = new Date(at)
|
||||||
}
|
}
|
||||||
if (!this._modifiedAt || at > this._modifiedAt) {
|
if (!this._modifiedAt || at > this._modifiedAt) {
|
||||||
console.log('set modifiedAt to', at)
|
|
||||||
this._modifiedAt = at
|
this._modifiedAt = at
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue