diff options
| author | LV-426 <lv-426@taproot.org.il> | 2014-12-08 22:46:08 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-16 10:59:14 +0200 |
| commit | 9d15ab2830d60f8f14477e8ffc5a0d2119c5444d (patch) | |
| tree | 13dee6d51ce33f3fdb44a11e498b61da36757725 /src/model | |
| parent | 042a89fc28c623d0d7e4d3dc8aa1106be1ac7038 (diff) | |
do not persist Node.status
Diffstat (limited to 'src/model')
| -rw-r--r-- | src/model/util.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/model/util.js b/src/model/util.js index 67eebf5e..0b3fd2f3 100644 --- a/src/model/util.js +++ b/src/model/util.js @@ -34,6 +34,7 @@ function($, model_diff) { delete ret.type; delete ret.state; + delete ret.status return ret } |
