| changeset 26 | 2fad193bae98 |
| parent 25 | b5ada3bb8e53 |
| child 36 | d249d36ecc37 |
--- a/client/js/full-json.js Tue Aug 21 18:49:41 2012 +0200 +++ b/client/js/full-json.js Wed Aug 22 16:50:42 2012 +0200 @@ -23,7 +23,10 @@ }); } - var _thrSave = Rkns._.throttle(_save, 2000); + var _thrSave = Rkns._.throttle( + function() { + setTimeout(_save, 100) + }, 1000); _load(); _proj.on("add:nodes add:edges add:users", function(_model) { _model.on("change remove", function(_model) {