Changed "keys" to "autoType"
This commit is contained in:
parent
69cae08d8f
commit
205df032fa
2 changed files with 2 additions and 1 deletions
|
|
@ -453,6 +453,7 @@ MarkOut.prototype.convertMD = function(sIndent)
|
|||
aOptions = aaOptions[iOption];
|
||||
var sSpace = aOptions[1], sName = aOptions[2].toLowerCase(), sValue = aOptions[3];
|
||||
if (sName == 'automount') sName = 'autoMount'; // for backward compatibility
|
||||
if (sName == 'autotype') sName = 'autoType';
|
||||
if (!id && sName == 'id') {
|
||||
id = sValue;
|
||||
} else if (sName == 'autoMount') {
|
||||
|
|
|
|||
Loading…
Reference in a new issue