5 lines
87 B
JavaScript
5 lines
87 B
JavaScript
//>>built
|
|
define("dojox/uuid", ['dojox/uuid/_base'], function(uuid){
|
|
return uuid;
|
|
});
|