Skip to content

Commit c0620a5

Browse files
committed
up code
1 parent 13333c2 commit c0620a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/JavaScript/2014-08-29-一个计算数字的步数算法.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function countSteps(n){
8686
linearg.push(calculate(arg.slice(0,2)));
8787
Array.prototype.push.apply(linearg, arg.slice(2, arg.length));
8888
result.push(linearg);
89-
js1(linearg.slice(0));
89+
combine(linearg.slice(0));
9090
return;
9191
}
9292

0 commit comments

Comments
 (0)