Get rid of document.write option since it can break in some edge cases and isn't
actually necessary.  I believe that I originally thought it was needed because I
was appending to the body rather than the head and therefore seeing some cases
where this broke.  However, I believe that this is safe because the nocache.js
will be requested from either:

A - the document body - In this case, the head tag should be completely loaded
B - the document head - In this case, the script tag should always be a direct
descendant of the head tag, and it should be allowed to modify it's immediate
parent, even if the parent is not full loaded


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9696 8db76d5a-ed1c-0410-87a9-c151d255dfc7
2 files changed