tests/soup.js
authorAlan Knowles <alan@roojs.com>
Sun, 27 May 2012 07:44:13 +0000 (15:44 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 27 May 2012 07:44:13 +0000 (15:44 +0800)
tests/soup.js

index 23fd0c0..4806065 100644 (file)
@@ -100,7 +100,7 @@ XObject.extend(XMLHttpRequest,{
     },
     send  : function(data)
     {
-        msg.set_request('application/x-www-form-urlencoded', Soup.MemoryUse.COPY, data, data.length)
+        this._message.set_request('application/x-www-form-urlencoded', Soup.MemoryUse.COPY, data, data.length)
 
     },
     abort : function()