diff options
| author | Alon Levy <alon@pobox.com> | 2015-01-06 21:40:40 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-01-06 21:40:40 +0200 |
| commit | 546ee33efaaa0df3e121a7ba5c16bc3aa1a0aeeb (patch) | |
| tree | f5e5743f5d9cab413efae79f4a867161cd955e45 /src/client/model/util.js | |
| parent | a7d4e65fa944e2174f6f20a20c3ad0b37c2c0304 (diff) | |
client: adapt to new node_id_set_add and link_id_set_add, renames all around
Diffstat (limited to 'src/client/model/util.js')
| -rw-r--r-- | src/client/model/util.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/model/util.js b/src/client/model/util.js index b65ad313..cf9f005d 100644 --- a/src/client/model/util.js +++ b/src/client/model/util.js @@ -90,7 +90,6 @@ define([ 'jquery', 'model/diff' ], function($, model_diff) { delete ret.state; delete ret.status; delete ret.target; - delete ret.__type; delete ret.name; return ret; |
