mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
fixed an initialization error
This commit is contained in:
parent
ec14a0a16d
commit
917865c393
@ -76,7 +76,7 @@ var processRow = function(prevColumns) {
|
||||
// Look for a space at the start of the cell
|
||||
var spaceLeft = false,
|
||||
chr = this.parser.source.substr(this.parser.pos,1);
|
||||
var vAlign;
|
||||
var vAlign = null;
|
||||
if (chr === "^") {
|
||||
vAlign = "top";
|
||||
} else if(chr === ",") {
|
||||
|
Loading…
Reference in New Issue
Block a user