Skip to content

Commit 2f57d59

Browse files
author
Alain Dumesny
committed
lint fix
1 parent b0435ba commit 2f57d59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gridstack.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
return wrapper;
3232
};
3333

34-
// checks for obsolete grid options 9can be used for any fields, but msg is about options)
35-
var obsoleteOpts = function(opts, oldName, newName) {
34+
// checks for obsolete grid options 9can be used for any fields, but msg is about options)
35+
var obsoleteOpts = function(opts, oldName, newName) {
3636
if (opts[oldName] !== undefined) {
3737
opts[newName] = opts[oldName];
3838
console.warn('gridstack.js: Option `' + oldName + '` is deprecated as of v0.2.5 and has been replaced with `' +

0 commit comments

Comments
 (0)