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

Commit

Permalink
Merge pull request #17224 from vingtetun/bug983739
Browse files Browse the repository at this point in the history
Bug 983739 - Strange character in apps/communications/contacts/js/contac...
  • Loading branch information
vingtetun committed Mar 17, 2014
2 parents d3d6895 + e4b0109 commit 679dbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/communications/contacts/js/contacts_matcher.js
Expand Up @@ -336,7 +336,7 @@ contacts.Matcher = (function() {
results[aId] = nameResults[aId];
}
else {
results[aId].matchings['name']  =
results[aId].matchings['name'] =
nameResults[aId].matchings['name'];
}
});
Expand Down

0 comments on commit 679dbd9

Please sign in to comment.