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

@ -345,6 +345,9 @@ pub mod testbindingproxy;
pub mod text;
pub mod textdecoder;
pub mod textencoder;
pub mod touch;
pub mod touchevent;
pub mod touchlist;
pub mod treewalker;
pub mod uievent;
pub mod url;