Files
2015-04-06 11:29:33 -04:00

8 lines
260 B
JavaScript

/*
* 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.