From b49c4bddd47d3a55417a0fc8b9aae71bf1b075fb Mon Sep 17 00:00:00 2001 From: Michiel Sikma Date: Sat, 7 Jan 2017 18:32:07 +0100 Subject: [PATCH] Ensure this survives minification --- resources/pokesprite-tpl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/pokesprite-tpl.js b/resources/pokesprite-tpl.js index 5454d3fb..25903d87 100644 --- a/resources/pokesprite-tpl.js +++ b/resources/pokesprite-tpl.js @@ -172,7 +172,7 @@ window["PkSpr"] = (function() self.set_icon_size(node, inner, size); } // Flip the icon if we're showing a faux right-facing icon. - if (props.flipped) { + if (props['flipped']) { self.set_icon_direction(node, "right"); }