Use method name with typo fixed

This commit is contained in:
Thomas Robitaille 2019-09-05 18:04:53 +01:00
Родитель 18ef7af1ea
Коммит 910f92826c
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -314,7 +314,8 @@ function wwt_apply_json_message(wwt, msg) {
// Use updateData instead of loadFromString here since updateData also
// takes care of cache invalidation.
layer.upadteData(csv, true, true, true)
layer.updateData(csv, true, true, true)
break;
case 'table_layer_set':