Skip to content

Commit 1bfd47d

Browse files
committed
国际化test
1 parent fa61b3e commit 1bfd47d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/classic/addressMatchService.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
});
167167

168168
//判断输入字符串是否为空或者全部都是空格
169+
//Determine whether the input string is empty or all spaces
169170
function isNull(str) {
170171
if (str == "") return true;
171172
var regu = "^[ ]+$";
@@ -241,6 +242,7 @@
241242
});
242243

243244
//关闭信息框
245+
//Close info window
244246
function closeInfoWin() {
245247
if (infowin) {
246248
try {

0 commit comments

Comments
 (0)