gri...@griller.org
unread,Aug 23, 2011, 3:06:23 AM8/23/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jsGameSoup
hi Chris,
there is a small thing in the network.js docu.
the makeRequest() function has the following params
--> (url, callback, timeout_callback, type, data, timeout)
but the docu says
--> (url, callback, type, data, timeout, timeout_callback)
through this my server was a bit confused with the request. After
giving the params in the right order all worked just fine.
regards ,
maik