Skip to content

Commit

Permalink
Removed unnecessary variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
monsterzz committed Nov 24, 2010
1 parent e4defff commit 65504a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/intro.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ var parseInt = parseInt,
setInterval = setInterval,
createElement = document.createElement,
getElementsByTagName = document.getElementsByTagName,
document_documentElement = document.documentElement,
textJavascript = "text/javascript";
document_documentElement = document.documentElement;

0 comments on commit 65504a2

Please sign in to comment.