Skip to content

Commit 531e4ea

Browse files
Remove unnecessary void 0.
1 parent 768a150 commit 531e4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prototype/dom/dom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(function(GLOBAL) {
22

3-
var UNDEFINED = void 0;
3+
var UNDEFINED;
44
var SLICE = Array.prototype.slice;
55

66
// Try to reuse the same created element as much as possible. We'll use

0 commit comments

Comments
 (0)