| changeset 36 | d249d36ecc37 |
| parent 26 | 2fad193bae98 |
| child 62 | f9019462465a |
| 35:10e0c23c849e | 36:d249d36ecc37 |
|---|---|
30 _load(); |
30 _load(); |
31 _proj.on("add:nodes add:edges add:users", function(_model) { |
31 _proj.on("add:nodes add:edges add:users", function(_model) { |
32 _model.on("change remove", function(_model) { |
32 _model.on("change remove", function(_model) { |
33 _thrSave(); |
33 _thrSave(); |
34 }); |
34 }); |
35 _thrSave(); |
|
35 }); |
36 }); |
36 } |
37 } |