1521736293

This commit is contained in:
Arti Zirk 2018-03-22 18:31:33 +02:00
parent 7f9ae6039f
commit 47ae7de216
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
"use strict;"
let bookId = 0;
function genNewBookId() {
bookID = 1
bookID = 1;
bookID++;
return bookId;
}