/ Published in: JavaScript
Expand |
Embed | Plain Text
uniqid = (function () { var id = 0; return function () { return id++; }; })();
You need to login to post a comment.
uniqid = (function () { var id = 0; return function () { return id++; }; })();
You need to login to post a comment.