lib/spidr/agent/events.rb in spidr-0.6.1 vs lib/spidr/agent/events.rb in spidr-0.7.0

- old
+ new

@@ -518,10 +518,10 @@ return self end protected - def initialize_events(options={}) + def initialize_events @every_url_blocks = [] @every_failed_url_blocks = [] @every_url_like_blocks = Hash.new { |hash,key| hash[key] = [] } @every_page_blocks = []