mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-08-16 16:45:22 +00:00
Export lastId in Util (#5349)
Looking over at the documentation I noticed that `lastId` was an available property however it wasn't exported. http://leafletjs.com/reference-1.0.3.html#util-lastid
This commit is contained in:
@ -45,7 +45,7 @@ export function bind(fn, obj) {
|
||||
};
|
||||
}
|
||||
|
||||
var lastId = 0;
|
||||
export var lastId = 0;
|
||||
|
||||
// @function stamp(obj: Object): Number
|
||||
// Returns the unique ID of an object, assiging it one if it doesn't have it.
|
||||
|
Reference in New Issue
Block a user