KawaiiBASIC / classilla

Automatically exported from code.google.com/p/classilla
0 stars 0 forks source link

Clean out spurious const warnings in mailnews #136

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Sakuya reports multiple spurious warnings in the JS console for mailnews/. It 
does appear to function correctly. These look like redefined consts, and in the 
case of mailNavigatorOverlay.xul, a missing null check.

Original issue reported on code.google.com by classi...@floodgap.com on 22 Jul 2010 at 4:31

GoogleCodeExporter commented 9 years ago
Changed the consts in commandglue.js to vars. This is a slight performance hit 
but not major. No more warnings. Threw try/catch around popup in mNO.xul. No 
other obvious warnings. 

Original comment by classi...@floodgap.com on 22 Jul 2010 at 4:44