fix lint errors
This commit is contained in:
parent
30b096d5f9
commit
78f00738ab
2 changed files with 4 additions and 4 deletions
4
dist/gridstack.js
vendored
4
dist/gridstack.js
vendored
|
|
@ -130,7 +130,7 @@
|
|||
*/
|
||||
function GridStackDragDropPlugin(grid) {
|
||||
this.grid = grid;
|
||||
};
|
||||
}
|
||||
|
||||
GridStackDragDropPlugin.prototype.resizable = function(el, opts) {
|
||||
return this;
|
||||
|
|
@ -146,7 +146,7 @@
|
|||
*/
|
||||
function JQueryUIGridStackDragDropPlugin(grid) {
|
||||
GridStackDragDropPlugin.call(this, grid);
|
||||
};
|
||||
}
|
||||
|
||||
JQueryUIGridStackDragDropPlugin.prototype = Object.create(GridStackDragDropPlugin.prototype);
|
||||
JQueryUIGridStackDragDropPlugin.prototype.constructor = JQueryUIGridStackDragDropPlugin;
|
||||
|
|
|
|||
|
|
@ -130,7 +130,7 @@
|
|||
*/
|
||||
function GridStackDragDropPlugin(grid) {
|
||||
this.grid = grid;
|
||||
};
|
||||
}
|
||||
|
||||
GridStackDragDropPlugin.prototype.resizable = function(el, opts) {
|
||||
return this;
|
||||
|
|
@ -146,7 +146,7 @@
|
|||
*/
|
||||
function JQueryUIGridStackDragDropPlugin(grid) {
|
||||
GridStackDragDropPlugin.call(this, grid);
|
||||
};
|
||||
}
|
||||
|
||||
JQueryUIGridStackDragDropPlugin.prototype = Object.create(GridStackDragDropPlugin.prototype);
|
||||
JQueryUIGridStackDragDropPlugin.prototype.constructor = JQueryUIGridStackDragDropPlugin;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue