1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-01-23 18:35:27 +01:00
Pinafore-Web-Client-Frontend/routes/_components/dialog/helpers/createDialogId.js
Nolan Lawson 7ae3212c55
Fix alts for image uploads (#54)
* Fix alts for image uploads

Fixes #41

* fix alts mixed with no-alts
2018-04-09 18:30:15 -07:00

6 lines
71 B
JavaScript

let count = -1
export function createDialogId () {
return ++count
}