lib/teacup/layout.rb in teacup-2.1.3 vs lib/teacup/layout.rb in teacup-2.1.4
- old
+ new
@@ -162,9 +162,10 @@
end
# 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
+ puts("=============== layout.rb line #{__LINE__} ===============")
view.teacup_next_responder = self
end
if block_given?
superview_chain << view