Add bindings for TouchEvent DOM interfaces

This commit is contained in:
Matt Brubeck 2015-08-10 20:55:19 -07:00
parent 79f300f038
commit 4ed15a8853
9 changed files with 302 additions and 1 deletions

View file

@ -198,6 +198,9 @@ var interfaceNamesInGlobalScope = [
"Text",
"TextDecoder",
"TextEncoder",
"Touch",
"TouchEvent",
"TouchList",
"TreeWalker",
"UIEvent",
"URL",