robot.js 151 B

123456789
  1. define([
  2. "dojo/robot"
  3. ], function(){
  4. // module:
  5. // dijit/robot
  6. // summary:
  7. // Used to have code needed by robot test harness, but no longer
  8. });