From d72703e77af18caa927f1d81646e59dd65b66edd Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Thu, 1 Mar 2012 19:30:17 -0300 Subject: [PATCH] Clear whitespace. --- javascripts/tabs.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/javascripts/tabs.js b/javascripts/tabs.js index 1c3de1a..bf7ce46 100644 --- a/javascripts/tabs.js +++ b/javascripts/tabs.js @@ -7,7 +7,6 @@ * 8/17/2011 */ - $('body').on('click', 'ul.tabs > li > a', function(e) { //Get Location of tab's content @@ -26,4 +25,4 @@ $('body').on('click', 'ul.tabs > li > a', function(e) { $(contentLocation).show().addClass('active').siblings().hide().removeClass('active'); } -}); \ No newline at end of file +});