|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
www |
1 |
// wrap in UMD
|
|
|
2 |
(function(factory) {
|
|
|
3 |
if (typeof module === "object" && module.exports) module.exports = factory();
|
|
|
4 |
else window.intlTelInput = factory();
|
|
|
5 |
}(function(undefined) {
|
|
|
6 |
"use strict";
|
|
|
7 |
|
|
|
8 |
return (function() {
|