diff options
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index ca70f062e64..043f3fe2b4e 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -94,6 +94,8 @@ mod webdriver_handlers; #[warn(deprecated)] mod window_named_properties; +mod unminify; + mod links; pub use init::init; |