Fixed capitalization 'getbooks' => 'getBooks', 'getpoint' => 'getPoint'.
This commit is contained in:
parent
d1496c9668
commit
fbc64b56e3
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ function renderBook(book)
|
|||
function searchBooks()
|
||||
{
|
||||
var q = $('#q').val();
|
||||
getbooks(q, updateResults, console.log)
|
||||
getBooks(q, updateResults, console.log)
|
||||
}
|
||||
|
||||
searchBooks();
|
||||
|
@ -54,7 +54,7 @@ function update(id, val)
|
|||
|
||||
function refresh()
|
||||
{
|
||||
getpoint(f, console.log);
|
||||
getPoint(f, console.log);
|
||||
}
|
||||
|
||||
window.setInterval(refresh, 200);
|
||||
|
|
Loading…
Reference in a new issue