Closed Bug 827933 Opened 13 years ago Closed 13 years ago

typo in contact_details.js, combines expressions with single ampersand

Categories

(Firefox OS Graveyard :: Gaia::Contacts, defect)

x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: freddy, Unassigned)

References

()

Details

Attachments

(1 file)

Curent master, contact_details.js line 168+ it says: return contact != null & contact.category != null && contact.category.indexOf('favorite') != -1; where it should say return contact != null && contact.category != null && contact.category.indexOf('favorite') != -1;
Comment on attachment 699806 [details] Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/7440 NOTE: If blocking-basecamp+ is set, just land it for now. [Approval Request Comment] Bug caused by (feature/regressing bug #): User impact if declined: Testing completed: Risk to taking this patch (and alternatives if risky):
Attachment #699806 - Flags: review?(francisco.jordano)
Attachment #699806 - Flags: approval-gaia-master?(francisco.jordano)
Comment on attachment 699806 [details] Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/7440 non risky change a=me
Attachment #699806 - Flags: review?(francisco.jordano)
Attachment #699806 - Flags: review+
Attachment #699806 - Flags: approval-gaia-master?(francisco.jordano)
Attachment #699806 - Flags: approval-gaia-master+
Thanks :freddyb for pointing out this!
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: