From 303e318d52ff50407f7f87f52567cd6f18cd9a8d Mon Sep 17 00:00:00 2001 From: Karl Wilbur Date: Thu, 9 Jul 2015 20:18:30 -0400 Subject: [PATCH] Removed duplicate key in view helper. Fixed issue #17 --- lib/social_buttons/view_helpers/vkontakte.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/social_buttons/view_helpers/vkontakte.rb b/lib/social_buttons/view_helpers/vkontakte.rb index 0030af0..9bc785b 100644 --- a/lib/social_buttons/view_helpers/vkontakte.rb +++ b/lib/social_buttons/view_helpers/vkontakte.rb @@ -20,7 +20,6 @@ def default_options @default_options ||= { width: '350', type: 'vertical', - verb: '0', height: '22', verb: '0' } @@ -40,4 +39,4 @@ def script options = {} end end end -end \ No newline at end of file +end