QUnit should allow a delayed loading model so it can work with GWT

QUnit should allow a delayed loading model so it can work with GWT

GWT loads the page in two parts which means you can't really use the onLoad event.  QUnit depends on loading the framework when the page loads which makes it basically incompatible for use with GWT.  It would be really nice if a load function was available so you could call it once GWT, or what ever other framework you are using, has loaded.

Thanks,
Zack