We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e347bd0 commit 2e50061Copy full SHA for 2e50061
1 file changed
src/tilemaps/const.js
@@ -65,7 +65,7 @@ var CONST = {
65
*/
66
fromOrientationString: function (orientation)
67
{
68
- orientation = orientation.toLowerCase;
+ orientation = orientation.toLowerCase();
69
70
if (orientation === 'isometric')
71
0 commit comments