Skip to content

Commit

Permalink
Update notify.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldo-f authored Feb 9, 2023
1 parent e3da96e commit c89a7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/notify.js
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@
};

$[pluginName] = function(elem, data, options) {
if ((elem && elem.nodeName) || elem.jquery) {
if ((elem && elem.nodeName) || (elem && elem.jquery)) {
$(elem)[pluginName](data, options);
} else {
options = data;
Expand Down

0 comments on commit c89a7b1

Please sign in to comment.