No need to check for window.Node
, since var Node
already declares it if missing.
This commit is contained in:
parent
e0a102b510
commit
475f1797e1
@ -38,7 +38,7 @@ if (Prototype.BrowserFeatures.XPath) {
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
if (!window.Node) var Node = { };
|
||||
if (!Node) var Node = { };
|
||||
|
||||
if (!Node.ELEMENT_NODE) {
|
||||
// DOM level 2 ECMAScript Language Binding
|
||||
|
2
vendor/pdoc
vendored
2
vendor/pdoc
vendored
@ -1 +1 @@
|
||||
Subproject commit e4290279a1d42bc02b09b234291a2d05c0134a43
|
||||
Subproject commit 147250bd65eed627e32ca5a70b57fe4f7803ab4b
|
Loading…
Reference in New Issue
Block a user