Browse Source

add comment

yusuketk 5 years ago
parent
commit
911c418069
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/client/js/models/Linker.js

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

@@ -4,6 +4,7 @@ export default class Linker {
     this.type = type;
     this.label = label;
     this.link = link;
+    // TODO GW-3074 相対パスを利用しているかの情報も持つようにする
   }
 
   static types = {