[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [orion-dev] dojo.config.debugAtAllCosts
|
Hi John,
In the HTML page from which you're loading dojo, there should be a "djConfig" variable. Add a "debugAtAllCosts: true" property to this.
I think you're embedding coding.html, correct? In that case, you'd end up with this:
<script type="text/_javascript_">
var djConfig = {
isDebug:false,
modulePaths: {'widgets': '/js/widgets'},
parseOnLoad:true,
debugAtAllCosts: true <-------
};
</script>
Mark
"John J. Barton" ---03/21/2011 11:49:35 AM---How can I set dojo.config.debugAtAllCosts
From: "John J. Barton" <johnjbarton@xxxxxxxxxxxxxxx>
To: Orion developer discussions <orion-dev@xxxxxxxxxxx>
Date: 03/21/2011 11:49 AM
Subject: [orion-dev] dojo.config.debugAtAllCosts
Sent by: orion-dev-bounces@xxxxxxxxxxx
How can I set
dojo.config.debugAtAllCosts
in orion?
jjb
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/orion-dev
