// 所領リスト
createBaseList: function () {
var list = [];
var $div = $('#sideboxMain').find('div.my_capital, div.my_country');
$div.find('li').each(function() {
// 所領リスト
createBaseList: function () {
var list = [];
var $div = $('#sideboxMain').find('div.my_capital, div.my_country');
$div.find('li').each(function() {
その時は
VM49803:8093 Uncaught TypeError: Cannot read properties of undefined (reading '1103')
at getBasic (<anonymous>:8093:30)
at HTMLAnchorElement.<anonymous> (<anonymous>:8172:16)
at HTMLBodyElement.dispatch (jquery-2.1.3.js:3:6444)
at r.handle (jquery-2.1.3.js:3:3219)
ってエラーが出てるんですがね…よくわからなくてw