This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
semaphore
mirror of
https://github.com/NickColley/semaphore.git
Watch
1
Star
0
Fork
You've already forked semaphore
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1151a3be4b
semaphore
/
routes
/
_components
/
dialog
/
helpers
/
createDialogId.js
6 lines
71 B
JavaScript
Raw
Blame
History
let
count
=
-
1
export
function
createDialogId
(
)
{
return
++
count
}
Reference in New Issue
View Git Blame
Copy Permalink