• R/O
  • HTTP
  • SSH
  • HTTPS

zephyr: Commit

This repository is for zephyr, which is implemented for a GUI of Eos.


Commit MetaInfo

Revisión44e655d25e86975737204c818b105440e6ca9332 (tree)
Tiempo2016-02-04 04:29:45
Autorhimetani_cafe <fumifumi@yasu...>
Commiterhimetani_cafe

Log Message

[DEBUG] option to options

Changes to be committed:

modified: directives/Command.ts

Cambiar Resumen

Diferencia incremental

--- a/front-end/app/scripts/directives/Command.ts
+++ b/front-end/app/scripts/directives/Command.ts
@@ -117,7 +117,7 @@ namespace app.directives {
117117 var execObj = {
118118 command: this.name,
119119 workspace: this.workspace.fileId,
120- option: opt
120+ options: opt
121121 };
122122
123123 console.log(JSON.stringify(execObj,null,'\t'));
Show on old repository browser