diff options
Diffstat (limited to 'components/script/dom/macros.rs')
-rw-r--r-- | components/script/dom/macros.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/macros.rs b/components/script/dom/macros.rs index b98d67a090f..a5789a5cc61 100644 --- a/components/script/dom/macros.rs +++ b/components/script/dom/macros.rs @@ -226,4 +226,4 @@ macro_rules! global_event_handlers( event_handler!(input, GetOninput, SetOninput) event_handler!(change, GetOnchange, SetOnchange) ) -)
\ No newline at end of file +) |