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