]> git.wh0rd.org - tt-rss.git/blobdiff - lib/dojo/robot.js
upgrade Dojo to 1.6.1
[tt-rss.git] / lib / dojo / robot.js
index 6cbe0bebc48793a81a5138e32d2f5ff1ff1e6b32..40bc746eed6f44c83a682b7258818626ac6c7a05 100644 (file)
@@ -1,5 +1,5 @@
 /*
-       Copyright (c) 2004-2010, The Dojo Foundation All Rights Reserved.
+       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
 */
@@ -8,10 +8,12 @@
 if(!dojo._hasResource["dojo.robot"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
 dojo._hasResource["dojo.robot"] = true;
 dojo.provide("dojo.robot");
-dojo.experimental("dojo.robot");
 dojo.require("doh.robot");
 dojo.require("dojo.window");
 
+
+dojo.experimental("dojo.robot");
+
 (function(){
 // users who use doh+dojo get the added convenience of dojo.mouseMoveAt,
 // instead of computing the absolute coordinates of their elements themselves