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

Ignore:
Timestamp:
Nov 3, 2014, 12:35:40 PM (8 years ago)
Author:
rene <rene@…>
Branches:
ng_0.9
Children:
7204cb
Parents:
3c9c29
Message:

code formatting (no code changes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/identityDataExtras/returnReceipt.js

    r3c9c29 r509348  
    3636function identityDataExtrasObject_ReturnReceipt(currentWindow) {
    3737  this.currentWindow = currentWindow;
    38   this.field  = "receipt";                        // description of the option
    39   this.option = "storageExtras_returnReciept";    // option string to get preference settings
     38  this.field = "receipt"; // description of the option
     39  this.option = "storageExtras_returnReciept"; // option string to get preference settings
    4040  this.elementID_msgCompose = "returnReceiptMenu";
    4141}
    4242identityDataExtrasObject_ReturnReceipt.prototype = {
    4343  __proto__: identityDataExtrasCheckboxObject.prototype,
    44  
    45   readIdentityValue : function(identity) {
    46     if (this.active) this.value =  identity.requestReturnReceipt;
     44
     45  readIdentityValue: function (identity) {
     46    if (this.active) this.value = identity.requestReturnReceipt;
    4747  }
    4848}
Note: See TracChangeset for help on using the changeset viewer.