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

Changeset 71a07e


Ignore:
Timestamp:
Dec 3, 2014, 10:25:34 AM (8 years ago)
Author:
rene <rene@…>
Branches:
ng_0.9
Children:
273060
Parents:
b91264
Message:

cleanup

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • content/vI_storage.js

    rb91264 r71a07e  
    4040      initTime: null, // used to trace different objects of same type
    4141      focusedElement: null,
    42      
     42
    4343      lastCheckedEmail: {}, // array of last checked emails per row,
    4444      // to prevent ugly double dialogs and time-consuming double-checks
     
    133133          Log.debug("initializing storage request environment - done.");
    134134          storage.initialized = true;
    135         }
    136         else {
     135        } else {
    137136          Log.debug("storage request environment already initialized storageElem-time " + storage.initTime);
    138137        }
     
    145144          }
    146145        }
    147        
     146
    148147        // reset unavailable storageExtras preferences
    149148        AddonManager.getAddonByID("{847b3a00-7ab1-11d4-8f02-006008948af5}", function (addon) {
  • content/v_identity.js

    rb91264 r71a07e  
    3939      initTime: null,
    4040      _smartIdentity: null,
    41      
     41
    4242      headerParser: Components.classes["@mozilla.org/messenger/headerparser;1"]
    4343        .getService(Components.interfaces.nsIMsgHeaderParser),
     
    304304        Log.debug("composeDialog reopened. (msgType " + gMsgCompose.type + ")")
    305305        Log.debug("document.title=" + document.title + " gMsgCompose=" + gMsgCompose + " msgIdentityClone=" + document.getElementById("virtualIdentityExtension_msgIdentityClone"))
    306        
     306
    307307        // clean all elements
    308308        document.getElementById("virtualIdentityExtension_msgIdentityClone").clean();
  • modules/vI_smartIdentity.js

    rb91264 r71a07e  
    3636  this._document = currentWindow.document;
    3737  this._msgCompose = msgCompose;
    38   this._storage =  storage;
     38  this._storage = storage;
    3939  this.init();
    4040};
     
    4646  _storage: null,
    4747  _smartIdentityCollection: null,
    48  
     48
    4949  messenger: Components.classes["@mozilla.org/messenger;1"].createInstance()
    5050    .QueryInterface(Components.interfaces.nsIMessenger),
Note: See TracChangeset for help on using the changeset viewer.