blob: c0674b6e55500c1683bb492b5630d1776b48b47f [file] [log] [blame]
// Setup code which waits for the body to be loaded and then calls the
// callback function
function setupWaitForBodyLoad(callback) {
callback();
}