Add the ability to pass through any string property to PCjs declared at the top of the Markdown file

This commit is contained in:
Jeff Parsons 2016-02-01 10:00:05 -08:00
commit 5b7dce1224
7 changed files with 51 additions and 12 deletions

View file

@ -1441,7 +1441,7 @@ FDC.prototype.findDiskette = function(sPath)
}
}
}
return null;
return str.getBaseName(sPath, true);
};
/**