# HG changeset patch # User Alexandre Fayolle # Date 1282209295 -7200 # Node ID 57dddb6b591339356b4639da24f65c211f4d0d2d # Parent c000e41316ec8b484338cbb9a5f7d1e68f4a085e add missing semi colon in js diff -r c000e41316ec -r 57dddb6b5913 web/data/cubicweb.ajax.js --- a/web/data/cubicweb.ajax.js Wed Aug 18 16:53:05 2010 +0200 +++ b/web/data/cubicweb.ajax.js Thu Aug 19 11:14:55 2010 +0200 @@ -336,7 +336,7 @@ // it should depends on request content-type result = cw.evalJSON(result.responseText); } - return result + return result; } }