I have test to use var dojoConfig = { async : true, parseOnLoad : true} on dojo 1.7.1 it’s ok. And I try to use var djConfig = { async : true, parseOnLoad : true } it’s work too.
What is the difference and which I should choose
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
dojoConfigis the new standard object for configurations.djConfigwas in use until version 1.6 and they are keeping it active at least until version 2.0. I would advise you to usedojoConfigin all of your new projects.Source: http://dojotoolkit.org/documentation/tutorials/1.6/dojo_config/