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>
|
<body>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
function pow() {
|
function pow(x, n) {
|
||||||
return 8; // :) we cheat!
|
return 8; // :) we cheat!
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue