From 53a259965bef27e9fdd4a43c6a7ebcef10087aad Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Tue, 26 Aug 2014 20:23:53 +0200 Subject: Code reformating + corrections --- qml/actions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qml/actions.js') diff --git a/qml/actions.js b/qml/actions.js index 314015f..40b9330 100644 --- a/qml/actions.js +++ b/qml/actions.js @@ -17,8 +17,8 @@ function isLastCol(index, cols) { /** * Check if the case on the grid belongs to the first row */ -function isFirstRow(index, rows) { - return index < rows; +function isFirstRow(index, cols) { + return index < cols; } /** -- cgit v1.2.3