Skip to content

Commit

Permalink
Fix IIFE
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Apr 16, 2019
1 parent fbde797 commit d6043e2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/yotp-login.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@
else {
callback();
}
}());
})();
2 changes: 1 addition & 1 deletion assets/yotp-login.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/yotp-user.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,4 @@
else {
callback();
}
}());
})();
Loading

0 comments on commit d6043e2

Please sign in to comment.