Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
sayrer committed Jul 19, 2011
1 parent 672cf1b commit 05eb9ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion twitter-text.js
Expand Up @@ -121,7 +121,6 @@ if (!window.twttr) {
twttr.txt.regexen.nonLatinHashtagChars = regexSupplant(nonLatinHashtagChars.join(""));
// Latin accented characters (subtracted 0xD7 from the range, it's a confusable multiplication sign. Looks like "x")
twttr.txt.regexen.latinAccentChars = regexSupplant("ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþ\\303\\277");
twttr.txt.regexen.latenAccents = regexSupplant(/[#{latinAccentChars}]+/);

twttr.txt.regexen.endScreenNameMatch = regexSupplant(/^(?:#{atSigns}|[#{latinAccentChars}]|:\/\/)/);

Expand Down

0 comments on commit 05eb9ab

Please sign in to comment.