[Dojo-checkins] cb1kenobi - r18131 - dojo/trunk/_base/_loader
dojo-checkins-admin at dojotoolkit.org
dojo-checkins-admin at dojotoolkit.org
Fri Jun 19 13:52:45 EDT 2009
Author: cb1kenobi
Date: Fri Jun 19 10:52:36 2009
New Revision: 18131
Modified:
dojo/trunk/_base/_loader/bootstrap.js
Log:
Added inline documentation for the djConfig.useCustomLogger. Refs #8606.
Modified: dojo/trunk/_base/_loader/bootstrap.js
==============================================================================
--- dojo/trunk/_base/_loader/bootstrap.js (original)
+++ dojo/trunk/_base/_loader/bootstrap.js Fri Jun 19 10:52:36 2009
@@ -105,6 +105,11 @@
// IO operations. Publishing is done via dojo.publish. See dojo.__IoPublish for a list
// of topics that are published.
ioPublish: false
+ // useCustomLogger: Anything?
+ // If set to a value that evaluates to true such as a string or array and
+ // isDebug is true and Firebug is not available or running, then it bypasses
+ // the creation of Firebug Lite allowing you to define your own console object.
+ useCustomLogger: undefined
}
=====*/
More information about the Dojo-checkins
mailing list