fix function signature in view
This commit is contained in:
parent
d886f551a8
commit
bfa672d076
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
<body>
|
||||
|
||||
<script>
|
||||
function pow() {
|
||||
function pow(x, n) {
|
||||
return 8; // :) we cheat!
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue