Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
updating with newline at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
mike committed Oct 14, 2014
1 parent d0a176f commit 9934673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/remote/write-using-query-string.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ var scripts = document.getElementsByTagName('script'),
queryString = cur.src.split('?')[1],
kv = queryString.split('&')[1],
k2 = kv.split('=')[0];
document.write(k2);
document.write(k2);

0 comments on commit 9934673

Please sign in to comment.