Use method name with typo fixed
This commit is contained in:
Родитель
18ef7af1ea
Коммит
910f92826c
|
@ -314,7 +314,8 @@ function wwt_apply_json_message(wwt, msg) {
|
||||||
|
|
||||||
// Use updateData instead of loadFromString here since updateData also
|
// Use updateData instead of loadFromString here since updateData also
|
||||||
// takes care of cache invalidation.
|
// takes care of cache invalidation.
|
||||||
layer.upadteData(csv, true, true, true)
|
layer.updateData(csv, true, true, true)
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'table_layer_set':
|
case 'table_layer_set':
|
||||||
|
|
Загрузка…
Ссылка в новой задаче