This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS: CCSv6.1.1 & GUI Composer: What is the purpose of require(["dojo/ready"]....

Guru 20075 points

Tool/software: Code Composer Studio

Hello,

What is the purpose of the following in GUI Composer's app.js file?

require(["dojo/ready"], function(ready){
ready(function(){
// logic that requires that Dojo is fully initialized should go here

});
});

Thanks,
Stephen