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/dojo/jaxer.js | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) (limited to 'lib/dojo/jaxer.js') diff --git a/lib/dojo/jaxer.js b/lib/dojo/jaxer.js index 2ac115e18..835661dae 100644 --- a/lib/dojo/jaxer.js +++ b/lib/dojo/jaxer.js @@ -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;}); \ No newline at end of file -- cgit v1.2.3