From 3cb8af20c24ea0972220fa3fa7cbfcbd99c0848e Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 27 May 2016 13:32:05 -0400 Subject: Remove empty lines following braces. --- components/script/timers.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'components/script/timers.rs') diff --git a/components/script/timers.rs b/components/script/timers.rs index 18058b7f9f7..53113e06682 100644 --- a/components/script/timers.rs +++ b/components/script/timers.rs @@ -264,7 +264,6 @@ impl OneshotTimers { is_interval: IsInterval, source: TimerSource) -> i32 { - self.js_timers.set_timeout_or_interval(global, callback, arguments, @@ -478,7 +477,6 @@ impl JsTimerTask { // reschedule repeating timers when they were not canceled as part of step 4.2. if self.is_interval == IsInterval::Interval && timers.active_timers.borrow().contains_key(&self.handle) { - timers.initialize_and_schedule(this.global().r(), self); } } -- cgit v1.2.3