Fixed capitalization 'getbooks' => 'getBooks', 'getpoint' => 'getPoint'.

This commit is contained in:
sguy 2015-09-21 22:30:45 -04:00
parent d1496c9668
commit fbc64b56e3

View file

@ -20,7 +20,7 @@ function renderBook(book)
function searchBooks() function searchBooks()
{ {
var q = $('#q').val(); var q = $('#q').val();
getbooks(q, updateResults, console.log) getBooks(q, updateResults, console.log)
} }
searchBooks(); searchBooks();
@ -54,7 +54,7 @@ function update(id, val)
function refresh() function refresh()
{ {
getpoint(f, console.log); getPoint(f, console.log);
} }
window.setInterval(refresh, 200); window.setInterval(refresh, 200);