I declare object in some.js what is loaded by head.js, and in head.ready(function(){}) I need to add something to object. But in Explorer 10 (sometimes in other broswers) console say object is undefined.
I think that head.ready(function(){}) sometimes is called before js files loaded.
Do somebody have same behavior?
Thanks