Correct a comment
parent
05e57dea66
commit
c78e28682d
|
@ -97,7 +97,7 @@ const Plugin = {
|
|||
|
||||
var scrollState = { currentBlock: block };
|
||||
|
||||
// If there is at least one highlight step, generate
|
||||
// If there is more than one highlight step, generate
|
||||
// fragments
|
||||
var highlightSteps = Plugin.deserializeHighlightSteps( block.getAttribute( 'data-line-numbers' ) );
|
||||
if( highlightSteps.length > 1 ) {
|
||||
|
|
Loading…
Reference in New Issue