Bug 1556989 Comment 6 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Thanks both for the reviews, I'm updating the patch.

Now I'm dealing with another error, which is:
```
JavaScript error: chrome://chat/content/otr-finger.js, line 13: TypeError: can't access property Symbol.iterator, window.arguments.account is undefined
```
I think this is happening because I don't have any fingerprints stored.
Also, is there a reason why some objects, variables, and methods are declared outside the `otrFinger` object?
Thanks both for the reviews, I'm updating the patch.

Now I'm dealing with another error, which is:
```
JavaScript error: chrome://chat/content/otr-finger.js, line 13: 
TypeError: can't access property Symbol.iterator, window.arguments.account is undefined
```
I think this is happening because I don't have any fingerprints stored.
Also, is there a reason why some objects, variables, and methods are declared outside the `otrFinger` object?

Back to Bug 1556989 Comment 6