source: Dev/trunk/src/client/dojox/uuid.js @ 525

Last change on this file since 525 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 236 bytes
Line 
1define(['dojox/uuid/_base'], function(uuid){
2
3        /*=====
4         return {
5         // summary:
6         //             Deprecated.  Should require dojox/uuid modules directly rather than trying to access them through
7         //             this module.
8         };
9         =====*/
10        return uuid;
11});
Note: See TracBrowser for help on using the repository browser.