Add punctuation.
Signed-off-by: NickWingate <nicholas.wingate03@gmail.com> Change-Id: I448cf2d351f8c980b9af64963707972e58858fba
This commit is contained in:
parent
823ab3840a
commit
fed5a2ccfa
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ window.bundlejsLoaded = true;
|
||||||
////// Unsuported Browser Warning /////
|
////// Unsuported Browser Warning /////
|
||||||
|
|
||||||
if (L.Browser.isInternetExplorer) {
|
if (L.Browser.isInternetExplorer) {
|
||||||
vex.dialog.alert('Warning! The browser you are using is not supported');
|
vex.dialog.alert('Warning! The browser you are using is not supported.');
|
||||||
}
|
}
|
||||||
|
|
||||||
}(window));
|
}(window));
|
||||||
|
|
Loading…
Reference in a new issue