8 lines
260 B
JavaScript
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.
|