web/data/cubicweb.compat.js
branchtls-sprint
changeset 1419 7ff24154351d
parent 1117 20a21b3153b0
child 1563 b130c6cec8c2
--- a/web/data/cubicweb.compat.js	Tue Apr 21 19:20:56 2009 +0200
+++ b/web/data/cubicweb.compat.js	Wed Apr 22 16:50:46 2009 +0200
@@ -365,13 +365,12 @@
 };
 
 
-function loadJSON(url, data, type, dataType) {
+function loadJSON(url, data, type) {
     var d = new Deferred();
     jQuery.ajax({
 	url: url,
 	type: type,
 	data: data,
-	dataType: dataType,
 
 	beforeSend: function(xhr) {
 	    d.req = xhr;