From 78f00738abafb693989d887c71bdf6b54ef2b5fc Mon Sep 17 00:00:00 2001 From: Pavel Reznikov Date: Wed, 17 Aug 2016 23:36:05 -0700 Subject: [PATCH] fix lint errors --- dist/gridstack.js | 4 ++-- src/gridstack.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/gridstack.js b/dist/gridstack.js index 5f73e5a..2e05cf1 100644 --- a/dist/gridstack.js +++ b/dist/gridstack.js @@ -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; diff --git a/src/gridstack.js b/src/gridstack.js index 5f73e5a..2e05cf1 100644 --- a/src/gridstack.js +++ b/src/gridstack.js @@ -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;