Skip to content

Commit

Permalink
Merge pull request #11 from Steffen185/patch-2
Browse files Browse the repository at this point in the history
Bugfix
  • Loading branch information
gregersrygg committed Oct 18, 2012
2 parents 997fc73 + 097e50a commit 1b62494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crapLoader.js
Expand Up @@ -338,7 +338,7 @@ var crapLoader = (function() {

document.write = document.writeln = writeReplacement;
document.open = openReplacement;
document.open = closeReplacement;
document.close = closeReplacement;
document.getElementById = getElementByIdReplacement;
},

Expand Down

0 comments on commit 1b62494

Please sign in to comment.