aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index c7a1598c889..92be1272d6f 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -23,6 +23,7 @@
#![doc = "The script crate contains all matters DOM."]
#![plugin(plugins)]
+#![plugin(script_plugins)]
extern crate angle;
extern crate app_units;