We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75fd815 commit fa1bea5Copy full SHA for fa1bea5
dist/js-data-angular.js
@@ -551,7 +551,7 @@ return /******/ (function(modules) { // webpackBootstrap
551
}
552
config.method = config.method.toUpperCase();
553
if (typeof config.data === "object") {
554
- config.data = removeCircular(config.data);
+ config.data = DSUtils.removeCircular(config.data);
555
556
var suffix = config.suffix || _this.defaults.suffix;
557
if (suffix && config.url.substr(config.url.length - suffix.length) !== suffix) {
@@ -628,4 +628,4 @@ return /******/ (function(modules) { // webpackBootstrap
628
/***/ }
629
/******/ ])
630
});
631
-;
+;
0 commit comments