Skip to content

Commit 0675d23

Browse files
authored
name too long
1 parent 6c803dd commit 0675d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ String.prototype.replaceColorCodes = function() {
127127
/////////////////////////////////////////////////
128128
function cutString(str, cutStart, cutEnd){
129129
return str.substr(0,cutStart) + str.substr(cutEnd+1);
130-
}
130+
}

0 commit comments

Comments
 (0)