Method: MotionPrime::AbstractCollectionSection#dealloc

Defined in:
motion-prime/sections/abstract_collection.rb

#deallocObject



53
54
55
56
57
58
# File 'motion-prime/sections/abstract_collection.rb', line 53

def dealloc
  Prime.logger.dealloc_message :collection, self, @collection_element.try(:view).to_s
  @collection_delegate.try(:clear_delegated)
  @collection_element.try(:view).try(:setDataSource, nil)
  super
end