mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Remove unncessary async keyword
This commit is contained in:
parent
2bac2744a5
commit
5cb4a00113
1 changed files with 1 additions and 1 deletions
|
|
@ -402,7 +402,7 @@ Rhymix.modal.close = function(id) {
|
||||||
* @param function error
|
* @param function error
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
Rhymix.ajax = async function(action, params, success, error) {
|
Rhymix.ajax = function(action, params, success, error) {
|
||||||
|
|
||||||
// Extract module and act
|
// Extract module and act
|
||||||
let isFormData = params instanceof FormData;
|
let isFormData = params instanceof FormData;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue