瀏覽代碼

ridiculously small change, added new line to markdown, because it was misinterpreted by redcarpet

Mario Schuettel 9 年之前
父節點
當前提交
b84062d153
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      editor/docs/Implementing additional commands for undo-redo.md

+ 1 - 0
editor/docs/Implementing additional commands for undo-redo.md

@@ -100,6 +100,7 @@ Some commands are also **updatable**. By default a command is not updatable. Mak
 have to implement a fifth function 'update' as part of the prototype. In it only the 'new' state gets updated while the old one stays the same.
 
 Here as an example is the update-function of **CmdSetColor**:
+
 ```javascript
 update: function ( cmd ) {