diff options
author | Connor Brewster <connor.brewster@eagles.oc.edu> | 2016-06-25 12:49:20 -0600 |
---|---|---|
committer | Connor Brewster <connor.brewster@eagles.oc.edu> | 2016-07-22 14:07:51 -0600 |
commit | 8d7a0c2cda0c8eb8a77046cbfc7fbbf0a626f398 (patch) | |
tree | 46699e6465a7be889a3e6fdff0c81d715924ba0f /components/script/dom/mod.rs | |
parent | 05cc76370f4f8dd5c715e42549a2027dc4c8ca71 (diff) | |
download | servo-8d7a0c2cda0c8eb8a77046cbfc7fbbf0a626f398.tar.gz servo-8d7a0c2cda0c8eb8a77046cbfc7fbbf0a626f398.zip |
Add History interface
implement go, forward, back
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r-- | components/script/dom/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs index 172026c4d8e..effc7f2c761 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -270,6 +270,7 @@ pub mod forcetouchevent; pub mod formdata; pub mod hashchangeevent; pub mod headers; +pub mod history; pub mod htmlanchorelement; pub mod htmlappletelement; pub mod htmlareaelement; |