diff options
| author | Alon Levy <alon@pobox.com> | 2015-01-27 11:53:45 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-01-27 11:53:45 +0200 |
| commit | dff333b558cb29f1c6fa6d13ee4239a9bc0a81a6 (patch) | |
| tree | 881a08eda7433fc478d219e6302640dd04ccef18 /src/client/view/node_info.js | |
| parent | 19d9fad85ad6dacd419530f3d9d26f952b663c11 (diff) | |
client: remove state variable in node view and use bacon property instead
Diffstat (limited to 'src/client/view/node_info.js')
| -rw-r--r-- | src/client/view/node_info.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/view/node_info.js b/src/client/view/node_info.js index 215d1f3a..500c2aa2 100644 --- a/src/client/view/node_info.js +++ b/src/client/view/node_info.js @@ -98,6 +98,7 @@ function on_keyup(f) { return { show: show, hide: hide, + isOpenProperty: internal.edit_tab.isOpenProperty, on_save: on_save, on_delete: on_delete, on_keyup: on_keyup, |
