mirror of
https://github.com/maputnik/editor.git
synced 2026-08-24 22:17:25 +00:00
Initial work to reorder zoom fields.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* A unique id for the current document.
|
||||
*/
|
||||
let REF = 0;
|
||||
|
||||
export default function(prefix="") {
|
||||
REF++;
|
||||
return prefix+REF;
|
||||
}
|
||||
Reference in New Issue
Block a user