diff options
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 640aad8e6e1..007d5651f75 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -120,4 +120,3 @@ pub fn init() { perform_platform_specific_initialization(); } - |