Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 2149 → Rev 2150

/trunk/api/js/dojo1.0/dojox/crypto/tests/crypto.js
New file
0,0 → 1,13
if(!dojo._hasResource["dojox.crypto.tests.crypto"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
dojo._hasResource["dojox.crypto.tests.crypto"] = true;
dojo.provide("dojox.crypto.tests.crypto");
dojo.require("dojox.crypto");
 
try{
dojo.require("dojox.crypto.tests.MD5");
dojo.require("dojox.crypto.tests.Blowfish");
}catch(e){
doh.debug(e);
}
 
}