beautify_js
This commit is contained in:
parent
0febe4f5fd
commit
5c2f32e184
208 changed files with 3891 additions and 1474 deletions
|
@ -3,6 +3,6 @@ function pow(x, n) {
|
|||
return y;
|
||||
}
|
||||
|
||||
var result = x * pow(x, n-1);
|
||||
var result = x * pow(x, n - 1);
|
||||
return result;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue