source: Dev/trunk/src/client/dojox/analytics.js @ 485

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

Added Dojo 1.9.3 release.

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