working on typescript for mailgo 0.9.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const mailgoVersion = "MAILGO_VERSION";
|
||||
const mailgoVersion: string = "MAILGO_VERSION";
|
||||
|
||||
(() => {
|
||||
// links
|
||||
@@ -58,7 +58,7 @@ const mailgoVersion = "MAILGO_VERSION";
|
||||
* mailgoInit
|
||||
* the function that creates the mailgo elements in DOM
|
||||
*/
|
||||
const mailgoInit = () => {
|
||||
const mailgoInit = (): void => {
|
||||
// mailgo mail
|
||||
{
|
||||
// modal
|
||||
|
||||
Reference in New Issue
Block a user