This commit is contained in:
Michal Jirku
2013-07-17 21:53:22 +02:00
parent a7999477d0
commit 7f0f8439ad

View File

@@ -104,7 +104,7 @@ module ProMotion
def delete_row(index_paths, animation = nil)
animation = map_row_animation_symbol(animation)
index_paths = Array(index_paths)
index_paths = [index_paths] if index_paths.kind_of?(NSIndexPath)
deletable_index_paths = []
index_paths.each do |index_path|