Skip to content

Commit

Permalink
remove superfluous whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
crdx committed Oct 13, 2012
1 parent 07d6624 commit 00f2d99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/jquery.demunger.js
Expand Up @@ -66,4 +66,4 @@
var escape = function(str) {
return str.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&");
}
} (jQuery);
}(jQuery);
1 change: 0 additions & 1 deletion test/index.html
Expand Up @@ -11,7 +11,6 @@
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<script>

module("type");
doTypeTest("reverse", "moc.elpmaxe@eno-on", { munging: "reverse" });
doTypeTest("keyword", "no-one@examREMOVEMEple.com", { munging: { type: "keyword", param: "REMOVEME" } });
Expand Down

0 comments on commit 00f2d99

Please sign in to comment.