Skip to content

Commit 1f555b9

Browse files
committed
uncommented return call on line 16
1 parent c9bbfd2 commit 1f555b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lodash-task/_.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const _ = {
1313
return number;
1414
}
1515
*/
16-
//return Math.min(Math.max(number,lower),upper);
16+
return Math.min(Math.max(number,lower),upper);
1717
},
1818

1919
inRange(number,start,end){

0 commit comments

Comments
 (0)