Skip to content

Commit 12552fb

Browse files
author
Alain Dumesny
committed
lint fix
1 parent 061baf7 commit 12552fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gridstack.jQueryUI.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
el.draggable(opts);
5757
} else {
5858
el.draggable($.extend({}, this.grid.opts.draggable, {
59-
containment: (this.grid.opts.isNested && !this.grid.opts.dragOut) ?
60-
this.grid.container.parent() :
59+
containment: (this.grid.opts.isNested && !this.grid.opts.dragOut) ?
60+
this.grid.container.parent() :
6161
(this.grid.opts.draggable.containment || null),
6262
start: opts.start || function() {},
6363
stop: opts.stop || function() {},

0 commit comments

Comments
 (0)