index
:
intern.ccwn.org
master
The repository of the files to be served by intern.ccwn.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
js
/
dojo
/
dojox
/
uuid.js
blob: 2ecd4be0213501d067f5f451dd5007dfa08bb8dd (
plain
)
1
2
3
4
//>>built
define
(
"dojox/uuid"
,
[
'dojox/uuid/_base'
],
function
(
uuid
){
return
uuid
;
});