OSDN Git Service

[DEBUG] option to options v0.3.0p0036
authorhimetani_cafe <fumifumi@yasunaga-lab.bio.kyutech.ac.jp>
Wed, 3 Feb 2016 19:29:45 +0000 (04:29 +0900)
committerhimetani_cafe <fumifumi@yasunaga-lab.bio.kyutech.ac.jp>
Wed, 3 Feb 2016 19:29:45 +0000 (04:29 +0900)
 Changes to be committed:
modified:   directives/Command.ts

front-end/app/scripts/directives/Command.ts

index 84a39f5..58b00b9 100644 (file)
@@ -117,7 +117,7 @@ namespace app.directives {
             var execObj = {
                 command: this.name,
                 workspace: this.workspace.fileId,
-                option: opt
+                options: opt
             };
 
             console.log(JSON.stringify(execObj,null,'\t'));