diff options
author | Josh Matthews <josh@joshmatthews.net> | 2016-05-27 13:32:05 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2016-05-27 13:32:05 -0400 |
commit | 3cb8af20c24ea0972220fa3fa7cbfcbd99c0848e (patch) | |
tree | 4012cf37e6c594149bc8fe7e19b097c7518156e8 /components/script/timers.rs | |
parent | 4ebc065cba15184c8f63a28f128ec833fffccef7 (diff) | |
download | servo-3cb8af20c24ea0972220fa3fa7cbfcbd99c0848e.tar.gz servo-3cb8af20c24ea0972220fa3fa7cbfcbd99c0848e.zip |
Remove empty lines following braces.
Diffstat (limited to 'components/script/timers.rs')
-rw-r--r-- | components/script/timers.rs | 2 |
1 files changed, 0 insertions, 2 deletions
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); } } |