From 1354d17270961fff662d40f90521223f8fd0d73b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 14 Aug 2012 18:59:10 +0400 Subject: update dojo to 1.7.3 --- lib/dijit/robot.js | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 lib/dijit/robot.js (limited to 'lib/dijit/robot.js') diff --git a/lib/dijit/robot.js b/lib/dijit/robot.js deleted file mode 100644 index 09be04d03..000000000 --- a/lib/dijit/robot.js +++ /dev/null @@ -1,15 +0,0 @@ -/* - Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved. - Available via Academic Free License >= 2.1 OR the modified BSD license. - see: http://dojotoolkit.org/license for details -*/ - - -if(!dojo._hasResource["dijit.robot"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code. -dojo._hasResource["dijit.robot"] = true; -dojo.provide("dijit.robot"); -dojo.require("dojo.robot"); - - - -} -- cgit v1.2.3-54-g00ecf