Add web_sys binding for XPathResult

This commit is contained in:
twilco
2018-07-29 22:28:45 -05:00
parent b7af4e3169
commit 70f5183985
3 changed files with 37 additions and 0 deletions

View File

@ -80,6 +80,7 @@ mod history;
web_sys::HtmlMenuElement,
web_sys::HtmlSlotElement,
*/
mod xpath_result;
fn websys_project() -> Project {
project()