lib/teacup/layout.rb in teacup-2.1.11 vs lib/teacup/layout.rb in teacup-2.1.12

- old
+ new

@@ -163,10 +163,9 @@ # assign the 'teacup_next_responder', which is queried for a stylesheet if # one is not explicitly assigned to the view if view.is_a? Layout view.teacup_next_responder = WeakRef.new(self) - # view.teacup_next_responder = self end if block_given? superview_chain << view begin