source:
Dev/trunk/src/client/dojox/uuid.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 236 bytes |
Rev | Line | |
---|---|---|
[483] | 1 | define(['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.