diff --git a/src/mailgo.js b/src/mailgo.js index e835256..51ed41d 100644 --- a/src/mailgo.js +++ b/src/mailgo.js @@ -1,6 +1,7 @@ // @flow const V = "MAILGO_VERSION"; const MAILTO = "mailto:"; +const TEL = "tel:"; // mailgo style (gulp) const mailgoCSS = document.createElement("style");