This is just some static backup of the original site, don't expect every link to work!

Changeset 61904f


Ignore:
Timestamp:
Oct 15, 2009, 1:32:11 PM (13 years ago)
Author:
rene <rene@…>
Branches:
lite_0.1, multiEdit, ng_0.6, ng_0.6_help, ng_0.8, ng_0.9
Children:
c8fad1
Parents:
fc79c2
Message:

key won't be null, because it will be replaced by get value before

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chrome/content/v_identity/vI_identityData.js

    rfc79c2 r61904f  
    272272    },
    273273    equal : function(compareSmtpObj) {
    274         if (this.key == null || compareSmtpObj.key == null) return true;
    275274        if (this.key == NO_SMTP_TAG || compareSmtpObj.key == NO_SMTP_TAG) return true;
    276275        return (this.keyNice == compareSmtpObj.keyNice);
Note: See TracChangeset for help on using the changeset viewer.