Clear whitespace.

This commit is contained in:
Guillermo Rauch 2012-03-01 19:30:17 -03:00
parent a05d0c7317
commit d72703e77a

View File

@ -7,7 +7,6 @@
* 8/17/2011 * 8/17/2011
*/ */
$('body').on('click', 'ul.tabs > li > a', function(e) { $('body').on('click', 'ul.tabs > li > a', function(e) {
//Get Location of tab's content //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'); $(contentLocation).show().addClass('active').siblings().hide().removeClass('active');
} }
}); });