Skip to content

Commit fa1bea5

Browse files
committed
Update js-data-angular.js
1 parent 75fd815 commit fa1bea5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/js-data-angular.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ return /******/ (function(modules) { // webpackBootstrap
551551
}
552552
config.method = config.method.toUpperCase();
553553
if (typeof config.data === "object") {
554-
config.data = removeCircular(config.data);
554+
config.data = DSUtils.removeCircular(config.data);
555555
}
556556
var suffix = config.suffix || _this.defaults.suffix;
557557
if (suffix && config.url.substr(config.url.length - suffix.length) !== suffix) {
@@ -628,4 +628,4 @@ return /******/ (function(modules) { // webpackBootstrap
628628
/***/ }
629629
/******/ ])
630630
});
631-
;
631+
;

0 commit comments

Comments
 (0)