Skip to content

Commit

Permalink
Correcting camelCase - closes issue #15
Browse files Browse the repository at this point in the history
  • Loading branch information
jamonholmgren committed Feb 21, 2013
1 parent 600e58f commit 32ad42a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ProMotion/_helpers/motion-table/1st/sectioned_table.rb
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def tableView(table_view, cellForRowAtIndexPath:indexPath)
end

if data_cell[:accessoryType]
tableCell.accessoryType = data_cell[:accessoryType]
table_cell.accessoryType = data_cell[:accessoryType]
end

if data_cell[:accessory] && data_cell[:accessory] == :switch
Expand Down
2 changes: 1 addition & 1 deletion lib/ProMotion/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ProMotion
VERSION = "0.4.0" unless defined?(ProMotion::VERSION)
VERSION = "0.4.1" unless defined?(ProMotion::VERSION)
end

0 comments on commit 32ad42a

Please sign in to comment.