Changed "keys" to "autoType"

This commit is contained in:
Jeff Parsons 2017-06-14 16:20:21 -07:00 committed by Jeff Parsons
commit 205df032fa
2 changed files with 2 additions and 1 deletions

View file

@ -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') {