Load Timing v0.2.3
- Update the
bootstrapmethod to set up client validation earlier
Prior to this change, the bootstrap method waited till the window load event fired. Now it checks to see if the document is loaded and if not, sets everything up when the document DOMContentLoaded event is fired.