diff options
author | Josh Matthews <josh@joshmatthews.net> | 2013-10-02 00:51:05 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2013-11-05 12:58:28 -0500 |
commit | 88f5c2b1333d69feed4198b5e13b3314f17091e5 (patch) | |
tree | 8f99942a78fccd5c2bfe5342a184364bafff4ce1 /src/components/script/script.rc | |
parent | bb97fd13f38090c460d79dad3322ab4b7e325a82 (diff) | |
download | servo-88f5c2b1333d69feed4198b5e13b3314f17091e5.tar.gz servo-88f5c2b1333d69feed4198b5e13b3314f17091e5.zip |
Add basic event dispatch with bubbling, capturing, and propagation interruption.
Diffstat (limited to 'src/components/script/script.rc')
-rw-r--r-- | src/components/script/script.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/script/script.rc b/src/components/script/script.rc index 675796e2c47..0307e70b580 100644 --- a/src/components/script/script.rc +++ b/src/components/script/script.rc @@ -55,6 +55,7 @@ pub mod dom { pub mod domparser; pub mod element; pub mod event; + pub mod eventdispatcher; pub mod eventtarget; pub mod formdata; pub mod htmlanchorelement; |