Widget:costumeSwitcher: Difference between revisions
Jump to navigation
Jump to search
First try for swap_mod |
m does JS not know continue? |
||
Line 9: | Line 9: | ||
for (var key in tdollData) { | for (var key in tdollData) { | ||
if ( | if (tdollData.hasOwnProperty(key)) { | ||
statContainer.find('*[data-tdoll-stat-id="' + key + '"]').text(tdollData[key]); | |||
} | } | ||
} | } | ||
} | } |