diff options
Diffstat (limited to 'common/content/events.js')
-rw-r--r-- | common/content/events.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/events.js b/common/content/events.js index bd28b11a..4f5f6a38 100644 --- a/common/content/events.js +++ b/common/content/events.js @@ -1674,7 +1674,7 @@ var Events = Module("events", { values: { despotic: "Only allow focus changes when explicitly requested by the user", moderate: "Allow focus changes after user-initiated focus change", - "laisses-faire": "Always allow focus changes" + "laissez-faire": "Always allow focus changes" } }); |