Ensure this survives minification

This commit is contained in:
Michiel Sikma
2017-01-07 18:32:07 +01:00
parent bd87f9a2ce
commit b49c4bddd4

View File

@@ -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");
}