File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ if (typeof window.intlTelInput !== 'function') {
100
100
} else {
101
101
if ( typeof options . geoIpLookup !== 'function' ) {
102
102
throw new TypeError (
103
- `laraphone : Undefined function '${ options . geoIpLookup } ' specified in tel-input.options.geoIpLookup.`
103
+ `Laraphone : Undefined function '${ options . geoIpLookup } ' specified in tel-input.options.geoIpLookup.`
104
104
) ;
105
105
}
106
106
delete options . geoIpLookup ; // unset if undefined function
@@ -116,7 +116,7 @@ if (typeof window.intlTelInput !== 'function') {
116
116
} else {
117
117
if ( typeof options . customPlaceholder !== 'function' ) {
118
118
throw new TypeError (
119
- `laraphone : Undefined function '${ options . customPlaceholder } ' specified in tel-input.options.customPlaceholder.`
119
+ `Laraphone : Undefined function '${ options . customPlaceholder } ' specified in tel-input.options.customPlaceholder.`
120
120
) ;
121
121
}
122
122
delete options . customPlaceholder ; // unset if undefined function
@@ -293,7 +293,6 @@ if (typeof window.intlTelInput !== 'function') {
293
293
renderTelInput ( ) ;
294
294
} ) ;
295
295
}
296
-
297
296
} ) ;
298
297
//
299
298
} ) ( ) ;
You can’t perform that action at this time.
0 commit comments