]> git.wh0rd.org - tt-rss.git/blame - lib/dijit/robot.js
remove call-by-reference to comply with php 5.4
[tt-rss.git] / lib / dijit / robot.js
CommitLineData
2f01fe57 1/*
81bea17a 2 Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved.
2f01fe57
AD
3 Available via Academic Free License >= 2.1 OR the modified BSD license.
4 see: http://dojotoolkit.org/license for details
5*/
6
7
81bea17a
AD
8if(!dojo._hasResource["dijit.robot"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
9dojo._hasResource["dijit.robot"] = true;
2f01fe57
AD
10dojo.provide("dijit.robot");
11dojo.require("dojo.robot");
81bea17a
AD
12
13
14
2f01fe57 15}