mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 00:02:37 +00:00
Fix 60667: JS strict warnings in pref-composer.xul. patch by Mark Olson. r=blake sr=alecf
This commit is contained in:
parent
7022353f18
commit
4085bd987d
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user