stupid typos

This commit is contained in:
vieron
2012-08-07 00:59:58 +02:00
parent ca7577950e
commit dc0a548bd4
+4 -4
View File
@@ -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) {