Fix 60667: JS strict warnings in pref-composer.xul. patch by Mark Olson. r=blake sr=alecf

This commit is contained in:
blakeross%telocity.com 2001-01-16 23:53:27 +00:00
parent 7022353f18
commit 4085bd987d

View File

@ -41,7 +41,7 @@
<script language="JavaScript">
<!-- Add "shouldAutoSave", "autoSaveAmount" to _elementIDs when implemented -->
<![CDATA[
_elementIDs = ["maintainTableStructure", "tableDeleteKey", "preserveFormatting", "recentFiles"];
var _elementIDs = ["maintainTableStructure", "tableDeleteKey", "preserveFormatting", "recentFiles"];
]]>
</script>