Skip to content

Commit 37e6c11

Browse files
author
Victor Homyakov
committed
DIV cannot be cleared until page unload
1 parent 554d512 commit 37e6c11

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/prototype/dom/dom.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3470,9 +3470,8 @@
34703470
Element.addMethods(methods);
34713471

34723472
// Prevent IE leaks on DIV and ELEMENT_CACHE
3473-
DIV = null;
3474-
34753473
function destroyCache_IE() {
3474+
DIV = null;
34763475
ELEMENT_CACHE = null;
34773476
}
34783477

0 commit comments

Comments
 (0)