- Timestamp:
- Apr 5, 2017, 4:21:10 PM (4 years ago)
- Branches:
- ng_0.9
- Children:
- db6b31
- Parents:
- 647573
- Location:
- modules
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/vI_identityDataExtras.js
r647573 re33935 51 51 this.extras = []; 52 52 53 this_object = this;53 var this_object = this; 54 54 idExtrasObjects.map(function(identityDataExtrasObject) { 55 55 try { -
modules/vI_prefs.js
r647573 re33935 35 35 let Log = setupLogging("virtualIdentity.prefs"); 36 36 37 prefroot = Cc["@mozilla.org/preferences-service;1"]37 var prefroot = Cc["@mozilla.org/preferences-service;1"] 38 38 .getService(Ci.nsIPrefService) 39 39 .getBranch(null); … … 41 41 // .QueryInterface(Components.interfaces.nsIPrefBranch2), 42 42 43 v Iprefroot = Cc["@mozilla.org/preferences-service;1"]43 var vIprefroot = Cc["@mozilla.org/preferences-service;1"] 44 44 .getService(Ci.nsIPrefService) 45 45 .getBranch("extensions.virtualIdentity."); … … 154 154 155 155 // always try to (re)init the object 156 v IprefBranch2 = Cc["@mozilla.org/preferences-service;1"]156 var vIprefBranch2 = Cc["@mozilla.org/preferences-service;1"] 157 157 .getService(Ci.nsIPrefService) 158 158 .getBranch("extensions.virtualIdentity.")
Note: See TracChangeset
for help on using the changeset viewer.