jqgrid_utils 1.2.8 → 1.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/jqgrid_utils.js +0 -2
- package/jqgrid_utils.js +0 -2
- package/package.json +1 -1
package/dist/jqgrid_utils.js
CHANGED
|
@@ -112,8 +112,6 @@ module.exports = class Vanilla_website_utils
|
|
|
112
112
|
|
|
113
113
|
/**
|
|
114
114
|
@alias module:Jqgrid_utils
|
|
115
|
-
* resize_cell
|
|
116
|
-
* call after resize a column
|
|
117
115
|
@param {string} the width of the resized column
|
|
118
116
|
@param {string} column number what get resized
|
|
119
117
|
@param {string} not in use yet
|
package/jqgrid_utils.js
CHANGED
|
@@ -111,8 +111,6 @@ module.exports = class Vanilla_website_utils
|
|
|
111
111
|
|
|
112
112
|
/**
|
|
113
113
|
@alias module:Jqgrid_utils
|
|
114
|
-
* resize_cell
|
|
115
|
-
* call after resize a column
|
|
116
114
|
@param {string} the width of the resized column
|
|
117
115
|
@param {string} column number what get resized
|
|
118
116
|
@param {string} not in use yet
|
package/package.json
CHANGED