changeset 9661 | c170ec8a4525 |
parent 9534 | 34d9de030564 |
child 9784 | 790956c311ef |
child 9815 | 12e6d911027a |
--- a/web/data/cubicweb.js Mon Jan 27 14:02:21 2014 +0100 +++ b/web/data/cubicweb.js Fri Mar 28 14:59:33 2014 +0100 @@ -384,7 +384,7 @@ */ strFuncCall: function(fname /* ...*/) { return (fname + '(' + - $.map(cw.utils.sliceList(arguments, 1), jQuery.toJSON).join(',') + $.map(cw.utils.sliceList(arguments, 1), JSON.stringify).join(',') + ')' ); }