Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit e2b5642

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

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

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
return helper.ordinalNumber(value + 1);
75-
return value + 1;
7675
} else {
7776
return value + 1;
7877
};

js/version.js

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

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

66
var compare = function(a, b) {
77
var pa = a.split(".");

0 commit comments

Comments
 (0)