blob: 21e1f97191951f24420dbcfb56430b8a9db5b945 [file] [log] [blame]
/*
* This external script is part of the rewrite_javascript example.
* This comment will be removed.
*/
// First inject the state into the document. This comment will also be removed.
document.write("External " + state);
state += 1; // Then update it.