浏览代码

HUE-7186 [editor] Support commenting variables

jdesjean 8 年之前
父节点
当前提交
cf1eb8a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/libs/notebook/src/notebook/static/notebook/js/notebook.ko.js

+ 1 - 1
desktop/libs/notebook/src/notebook/static/notebook/js/notebook.ko.js

@@ -690,7 +690,7 @@ var EditorViewModel = (function() {
         });
       }
       return statement;
-    });
+    }); 
 
     self.result = new Result(snippet, snippet.result);
     if (! self.result.hasSomeResults()) {