Skip to content

Commit

Permalink
Add an @Version line to the new script template.
Browse files Browse the repository at this point in the history
Fixes #1532
  • Loading branch information
Anthony Lieuallen committed Apr 9, 2012
1 parent 65b5879 commit 80fb84b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/newscript.js
Expand Up @@ -99,6 +99,7 @@ function createScriptSource() {
script.push(excludes);
}

script.push("// @version 1");
script.push("// ==/UserScript==");

var ending = "\n";
Expand Down

0 comments on commit 80fb84b

Please sign in to comment.