mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Move FocusEvent into the right list of exposed interfaces.
This commit is contained in:
parent
a03fc5e2fd
commit
2a9bf70f03
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,6 @@ var ecmaGlobals = [
|
|||
"EvalError",
|
||||
"Float32Array",
|
||||
"Float64Array",
|
||||
"FocusEvent",
|
||||
"Function",
|
||||
"Infinity",
|
||||
"Int16Array",
|
||||
|
@ -105,6 +104,7 @@ var interfaceNamesInGlobalScope = [
|
|||
"File",
|
||||
"FileList",
|
||||
"FileReader",
|
||||
"FocusEvent",
|
||||
"FormData",
|
||||
"HTMLAnchorElement",
|
||||
"HTMLAppletElement",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue