update README

This commit is contained in:
a-Sansara 2015-12-28 00:13:18 +01:00
parent d806e94d6a
commit 737e583694

View File

@ -51,14 +51,14 @@
### ajax (currently in dev)
s.ajax({
async : ...,
url : ...,
method : ...,
data : ...,
done : ...,
fail : ...,
always : ...,
before : ...,
timeout : ...,
$.ajax({
async : bool,
url : string,
method : GET|POST,
data : object,
done : function,
fail : function,
always : function,
before : function,
timeout : int,
})