Removed while loop

This commit is contained in:
Keerthi Niranjan
2017-08-02 17:33:35 +05:30
committed by Keerthi Niranjan
parent 53dbb3c51d
commit 0d8a716587

View File

@@ -124,7 +124,6 @@
});
});
let a = 1;
buttonEl.addEventListener('click', function () {
if (!search.isLibInit()) {
alert('Library is not initiated. Init first...');