From f5efa6a88bbb16193f4bac2ae8988cf7326b659a Mon Sep 17 00:00:00 2001 From: lubber-de Date: Mon, 22 Oct 2018 18:14:53 +0200 Subject: [PATCH] fix(popup): Corrected module.supports.svg --- src/definitions/modules/popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/definitions/modules/popup.js b/src/definitions/modules/popup.js index f8a201ce0a..71e58b41d0 100644 --- a/src/definitions/modules/popup.js +++ b/src/definitions/modules/popup.js @@ -415,7 +415,7 @@ $.fn.popup = function(parameters) { }, supports: { svg: function() { - return (typeof SVGGraphicsElement === 'undefined'); + return (typeof SVGGraphicsElement !== 'undefined'); } }, animate: {