mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01: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",
|
"EvalError",
|
||||||
"Float32Array",
|
"Float32Array",
|
||||||
"Float64Array",
|
"Float64Array",
|
||||||
"FocusEvent",
|
|
||||||
"Function",
|
"Function",
|
||||||
"Infinity",
|
"Infinity",
|
||||||
"Int16Array",
|
"Int16Array",
|
||||||
|
@ -105,6 +104,7 @@ var interfaceNamesInGlobalScope = [
|
||||||
"File",
|
"File",
|
||||||
"FileList",
|
"FileList",
|
||||||
"FileReader",
|
"FileReader",
|
||||||
|
"FocusEvent",
|
||||||
"FormData",
|
"FormData",
|
||||||
"HTMLAnchorElement",
|
"HTMLAnchorElement",
|
||||||
"HTMLAppletElement",
|
"HTMLAppletElement",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue