lib/edl/event.rb in edl-0.0.5 vs lib/edl/event.rb in edl-0.0.6

- old
+ new

@@ -58,10 +58,10 @@ @comments ||= [] @comments end def outgoing_transition_duration #:nodoc: - @outgoing_transition_duration || 0 + @outgoing_transition_duration ||= 0 end # Is the clip reversed in the edit? def reverse? (timewarp && timewarp.reverse?) \ No newline at end of file