-
Committer:
dcoles
-
Date:
2008-07-10 07:29:14 UTC
-
Revision ID:
svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:848
Dispatch: Added scripts_init feature which uses window.addEventListener(...) to
allow more than one javascript startup script to be run when a page loads. This
is the better way to go than using the less flexible window.onload() method.