We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a22fca7 commit c382954Copy full SHA for c382954
play.pokemonshowdown.com/js/client-teambuilder.js
@@ -181,7 +181,7 @@
181
182
tryLoadFormatResource: function (format) {
183
var teambuilder = this;
184
- if (teambuilder.formatResources[format] === true) { // already loading, bypass
+ if (teambuilder.formatResources[format]) { // already loading, bypass
185
return;
186
}
187
teambuilder.formatResources[format] = true; // true - loading, array - loaded
0 commit comments