source: Dev/branches/rest-dojo-ui/client/dijit/robot.js @ 274

Last change on this file since 274 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 178 bytes
Line 
1define([
2        ".",
3        "dojo/robot"
4], function(dijit){
5        // module:
6        //              dijit/robot
7        // summary:
8        //              Used to have code needed by robot test harness, but no longer
9
10        return dijit;
11});
Note: See TracBrowser for help on using the repository browser.