diff --git a/src/core/Common.js b/src/core/Common.js index 143204f..db530c3 100644 --- a/src/core/Common.js +++ b/src/core/Common.js @@ -181,7 +181,7 @@ module.exports = Common; return obj instanceof HTMLElement; } - return !!(obj.nodeType && obj.nodeName); + return !!(obj && obj.nodeType && obj.nodeName); }; /**