mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 09:01:29 +00:00
update dojo to 1.7.3
This commit is contained in:
@@ -4,20 +4,5 @@
|
||||
see: http://dojotoolkit.org/license for details
|
||||
*/
|
||||
|
||||
|
||||
if(!dojo._hasResource["dojo.jaxer"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
|
||||
dojo._hasResource["dojo.jaxer"] = true;
|
||||
dojo.provide("dojo.jaxer");
|
||||
|
||||
|
||||
if(typeof print == "function"){
|
||||
console.debug = Jaxer.Log.debug;
|
||||
console.warn = Jaxer.Log.warn;
|
||||
console.error = Jaxer.Log.error;
|
||||
console.info = Jaxer.Log.info;
|
||||
console.log = Jaxer.Log.warn;
|
||||
}
|
||||
|
||||
onserverload = dojo._loadInit;
|
||||
|
||||
}
|
||||
//>>built
|
||||
define("dojo/jaxer",["./main"],function(_1){if(typeof print=="function"){console.debug=Jaxer.Log.debug;console.warn=Jaxer.Log.warn;console.error=Jaxer.Log.error;console.info=Jaxer.Log.info;console.log=Jaxer.Log.warn;}onserverload=_1._loadInit;return _1;});
|
||||
Reference in New Issue
Block a user