Hi Team,

In the jaggery documentation "put" function guide (
http://jaggeryjs.org/documentation.jag?api=put),
 it explains the parameters order should be as follows

put(url[, data][, type][, headers][, success(data, xhr)])

but when I do the coding, I noticed that it should be in following order.

put(url[, data]*[, headers]**[, type]*[, success(data, xhr)])

Thank you  & Best regards,

*Amal Gunatilake*
 Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to