AOT-3767 : self review

pull/2/head
Thomas Duval 5 years ago
parent 75cc3da261
commit 28ee2d04ae

@ -1262,7 +1262,6 @@ Licensed under the MIT license.
}
if (res.y1 !== undefined) {
res.y = res.y1;
res.y = res.y1;
}
return res;
@ -2406,12 +2405,9 @@ Licensed under the MIT license.
var m = markings[i];
if (m.aboveGrid) {
console.log('above');
markingsAboveGrid.push(m);
} else if (!m.aboveGraph) {
markingsUnderGrid.push(m);
console.log('notAbove');
console.log(m);
}
}
}

Loading…
Cancel
Save