Some users have reported a "com.gContactSync is undefined" error in Thunderbird 45. Upon investigation, it looks like a race condition in TB 45 when loading add-ons that define a global "com" object. Refactor to introduce a global "gContactSync" instead of "com.gContactSync".
Some users have reported a "com.gContactSync is undefined" error in Thunderbird 45. Upon investigation, it looks like a race condition in TB 45 when loading add-ons that define a global "com" object. Refactor to introduce a global "gContactSync" instead of "com.gContactSync".