Skip to content

Commit

Permalink
Merge pull request #90 from QuickCorp/v2.3
Browse files Browse the repository at this point in the history
bugfix className was not set applying transition effects
  • Loading branch information
jeanmachuca committed Aug 22, 2021
2 parents 5d0298e + 2287ac1 commit 284b626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QCObjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -2187,7 +2187,7 @@
return null;
},
applyTransitionEffect: function (effectClassName) {
var _Effect = ClassFactory();
var _Effect = ClassFactory(effectClassName);
if (typeof _Effect !== "undefined" && is_a("TransitionEffect")) {
this.effect = New(_Effect, {
component: this
Expand Down

0 comments on commit 284b626

Please sign in to comment.