issue #10 사용하지 않는 변수 삭제.

This commit is contained in:
Paul Kim
2023-10-04 15:53:39 +09:00
parent 1f5a7dcefe
commit cbb01aaecc

View File

@@ -450,7 +450,7 @@
window.addEventListener('cached', function() { window.addEventListener('cached', function() {
}); });
var _aa = null;
window.addEventListener('load', function() { window.addEventListener('load', function() {
console.log("Documents loaded...") console.log("Documents loaded...")
}); });