add missing semi colon in js stable
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>
Thu, 19 Aug 2010 11:14:55 +0200
branchstable
changeset 6121 57dddb6b5913
parent 6120 c000e41316ec
child 6122 4d2b04b32cdc
add missing semi colon in js
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;
     }
 }