mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-23 16:13:33 +02:00
stupid typos
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user