Anonymous
13 years agojson2.js
 I noticed Lithium brings in json2.js. However, I need it to be loaded higher on the page or link to it earlier. Is there a good way to do this? I noticed the full path URL to the file includes a long...
- 13 years agoHey jlutterlog, We have a Loader util which allows you to add functions to be run as the page finishes loading: LITHIUM.Loader(function() { //do something });David 
- Anonymous13 years agoNevermind. Needed to be LITHIUM.Loader.onLoad(function(){ })