Skip to content

Commit

Permalink
cleanup utils.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pwlin committed May 10, 2012
1 parent 0aad06a commit 185d765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ananas/utils.js
Expand Up @@ -88,7 +88,7 @@ var utils = {
var date_month_name;
switch(date_month){
case 0:
date_month_name = 'Jan';
date_month_name = 'Jan';
break;
case 1:
date_month_name = 'Feb';
Expand Down

0 comments on commit 185d765

Please sign in to comment.