浏览代码

Call me crazy, but this seems like a typo

Dave Abrahams 3 年之前
父节点
当前提交
42d5dcab98
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugin/highlight/plugin.js

+ 1 - 1
plugin/highlight/plugin.js

@@ -133,7 +133,7 @@ const Plugin = {
 
 				} );
 
-				block.removeAttribute( 'data-fragment-index' )
+				block.removeAttribute( 'data-fragment-index' );
 				block.setAttribute( 'data-line-numbers', Plugin.serializeHighlightSteps( [ highlightSteps[0] ] ) );
 
 			}