yusuketk 5 年 前
コミット
c651b03c73
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/client/js/models/Linker.js

+ 1 - 1
src/client/js/models/Linker.js

@@ -1,7 +1,7 @@
 export default class Linker {
 
   constructor(
-      type = this.types.markdownLink,
+      type = Linker.types.markdownLink,
       label = '',
       link = '',
   ) {