We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0435ba commit 2f57d59Copy full SHA for 2f57d59
src/gridstack.js
@@ -31,8 +31,8 @@
31
return wrapper;
32
};
33
34
- // checks for obsolete grid options 9can be used for any fields, but msg is about options)
35
- var obsoleteOpts = function(opts, oldName, newName) {
+ // checks for obsolete grid options 9can be used for any fields, but msg is about options)
+ var obsoleteOpts = function(opts, oldName, newName) {
36
if (opts[oldName] !== undefined) {
37
opts[newName] = opts[oldName];
38
console.warn('gridstack.js: Option `' + oldName + '` is deprecated as of v0.2.5 and has been replaced with `' +
0 commit comments