- fixed error while manual sorting

This commit is contained in:
Max Pozdeev 2010-06-13 18:21:37 +04:00
parent 5cba0b690b
commit 76d67d4f28

View file

@ -26,7 +26,7 @@ mytinytodoStorageAjax.prototype =
this[action](params, function(json){
if(json.denied) mtt.errorDenied();
callback.call(mtt, json)
if(callback) callback.call(mtt, json)
});
},