This website requires JavaScript.
Explore
Help
Sign In
nolanlawson
/
pinafore
forked from
cybrespace/pinafore
Watch
1
Star
0
Fork
You've already forked pinafore
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
ebcade8035
pinafore
/
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