From dc0a548bd4befbd65581e3288e9a65ac5b8bd2c2 Mon Sep 17 00:00:00 2001 From: vieron Date: Tue, 7 Aug 2012 00:59:58 +0200 Subject: [PATCH] stupid typos --- src/jquery.gridster.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/jquery.gridster.js b/src/jquery.gridster.js index 28be92b3b..fba6ce8e9 100644 --- a/src/jquery.gridster.js +++ b/src/jquery.gridster.js @@ -106,7 +106,7 @@ /** - * Disable dragging. + * Disables dragging. * * @method disable * @return {Class} Returns the instance of the Gridster Class. @@ -119,7 +119,7 @@ /** - * Enable dragging. + * Enables dragging. * * @method enable * @return {Class} Returns the instance of the Gridster Class. @@ -1651,8 +1651,8 @@ * @method can_move_to * @param {Object} widget_grid_data The grid coords object that represents * the widget. - * @param {Object} The col target col. - * @param {Object} The row target row. + * @param {Object} col The col to check. + * @param {Object} row The row to check. * @return {Boolean} Returns true if all cells are empty, else return false. */ fn.can_move_to = function(widget_grid_data, col, row) {