Skip to content

Commit e2b5642

Browse files
committed
[refactor] remove unnecessary return statement
1 parent d030ae8 commit e2b5642

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

‎js/date.js‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ var date = (function(){
7272
number: function(value){
7373
if(state.get().header.date.month.ordinal){
7474
returnhelper.ordinalNumber(value+1);
75-
returnvalue+1;
7675
}else{
7776
returnvalue+1;
7877
};

‎js/version.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
varversion=(function(){
22

33
// version is normally bumped when the state needs changing or any new functionality is added
4-
varcurrent="3.1.5";
4+
varcurrent="3.1.6";
55

66
varcompare=function(a,b){
77
varpa=a.split(".");

0 commit comments

Comments
(0)