blob: 05475bdcee5f39aa1a011fcb6bdf8eb781b0bc75 (
plain)
1
2
3
4
5
6
|
if(!dojo._hasResource["dojox.uuid"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
dojo._hasResource["dojox.uuid"] = true;
dojo.provide("dojox.uuid");
dojo.require("dojox.uuid._base");
}
|