motion-prime/sections/table/table_delegate.rb in motion-prime-0.7.0 vs motion-prime/sections/table/table_delegate.rb in motion-prime-0.7.1

- old
+ new

@@ -13,13 +13,13 @@ def clear_delegated Array.wrap(@delegated_views).each { |view| view.setDelegate(nil) } end - def dealloc - pp 'Deallocating table_delegate for ', @section_instance - super - end + # def dealloc + # pp 'Deallocating table_delegate for ', @section_instance + # super + # end def init_pull_to_refresh return unless block = table_section.class.pull_to_refresh_block table_section.add_pull_to_refresh do table_section.instance_eval(&block) \ No newline at end of file