lib/ruby_app/elements/mobile/default/features/calendars/month_page.rb in RubyApp-0.5.38 vs lib/ruby_app/elements/mobile/default/features/calendars/month_page.rb in RubyApp-0.5.39
- old
+ new
@@ -24,10 +24,10 @@
@back_button = RubyApp::Elements::Mobile::Navigation::BackButton.new
@month = RubyApp::Elements::Mobile::Calendars::Month.new(Date.today, Date.today << 1)
@month.changed do |element, event|
- RubyApp::Elements::Mobile::Dialog.show(event, RubyApp::Elements::Mobile::Dialogs::AcknowledgementDialog.new('Month', "You selected day #{@month.value.day}."), :transition => 'pop')
+ RubyApp::Elements::Mobile::Dialog.show(event, RubyApp::Elements::Mobile::Dialogs::AcknowledgementDialog.new('Month', "You selected day #{@month.value.day}."))
end
end
end