flamerest 1.0.108 → 1.0.110
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/REST.js +1 -1
- package/package.json +1 -1
package/REST.js
CHANGED
|
@@ -527,7 +527,7 @@ class FLAMEREST {
|
|
|
527
527
|
+ (appendTo !== null ? '&appendTo=' + appendTo : '')
|
|
528
528
|
+ (insertAfter !== null ? '&insertAfter=' + insertAfter : '')
|
|
529
529
|
+ (insertFirst !== null ? '&insertFirst=' + insertFirst : '')
|
|
530
|
-
, (values instanceof FormData ? values : JSON.stringify(values)), '
|
|
530
|
+
, (values instanceof FormData ? values : JSON.stringify(values)), 'POST');
|
|
531
531
|
}
|
|
532
532
|
|
|
533
533
|
/**
|