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

Remove trailing comma #15

Merged
merged 1 commit into from Nov 1, 2011
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion twitter-text.js
Expand Up @@ -85,7 +85,7 @@ if (!window.twttr) {
var INVALID_CHARS = [
fromCode(0xFFFE),
fromCode(0xFEFF), // BOM
fromCode(0xFFFF), // Special
fromCode(0xFFFF) // Special
];
addCharsToCharClass(INVALID_CHARS, 0x202A, 0x202E); // Directional change

Expand Down