namespace SAPO.Dom.Loaded
Authors:
ricardo-s-machado AT telecom.pt
Version:
1.1

Function Summary
run (Object win, Function fn)
run (Function fn)
adds a new function that will be invoked once the window is ready

Function Details

function run

run(Object win, Function fn)
run(Function fn)
adds a new function that will be invoked once the window is ready
Parameters:
win Window object to attach/add the event
fn Callback function to be run after the page is loaded.
fn Callback function to be run after the page is loaded.