define("file2",['file1'],function(){console.log('World')})
file2.js
var oli={name:boo.joni};
file1.js
var boo={joni:100};
I want to included the file "file2", before it needs to be loaded "file1". Once all scripts must call callbacks. It does not work.