Skip to content

Commit 2e50061

Browse files
committed
Opps :)
1 parent e347bd0 commit 2e50061

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tilemaps/const.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ var CONST = {
6565
*/
6666
fromOrientationString: function (orientation)
6767
{
68-
orientation = orientation.toLowerCase;
68+
orientation = orientation.toLowerCase();
6969

7070
if (orientation === 'isometric')
7171
{

0 commit comments

Comments
 (0)