X-Git-Url: https://git.kianting.info/?a=blobdiff_plain;f=src%2Flibclo%2FbreakLines.js;h=b94d123680be05e16ef7ff3f6650fb4cdc82acba;hb=134485a6d637ce5b422098c08bccb274c73bca86;hp=e5d086563030a8d88c1c8a252f8db5416191a670;hpb=f12842e5a4ef531e38024e16f91b21c99ce1de92;p=clo diff --git a/src/libclo/breakLines.js b/src/libclo/breakLines.js index e5d0865..b94d123 100644 --- a/src/libclo/breakLines.js +++ b/src/libclo/breakLines.js @@ -14,7 +14,7 @@ class BreakLineAlgorithm { isBreakPoint(item) { return item.newLined !== undefined; } - /**check if a boeitem is BreakPoint Type */ + /**check if a boeitem is HGlue Type */ isHGlue(item) { return item.stretchFactor !== undefined; }