mirror of
https://github.com/msikma/pokesprite.git
synced 2026-09-08 10:25:10 -05:00
Ensure this survives minification
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user