File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
2
3
3
var Global = require ( "can-globals/global/global" ) ;
4
- var deepAssign = require ( "can-util/js/deep-assign/deep-assign " ) ;
4
+ var canReflect = require ( "can-reflect " ) ;
5
5
var namespace = require ( "can-namespace" ) ;
6
6
var parseURI = require ( 'can-parse-uri' ) ;
7
7
var param = require ( "can-param" ) ;
@@ -129,7 +129,7 @@ function ajax(o) {
129
129
xhr . abort ( ) ;
130
130
} ;
131
131
132
- o = deepAssign ( {
132
+ o = canReflect . assignDeep ( {
133
133
userAgent : "XMLHttpRequest" ,
134
134
lang : "en" ,
135
135
type : "GET" ,
Original file line number Diff line number Diff line change 52
52
"can-namespace" : " ^1.0.0" ,
53
53
"can-param" : " ^1.0.1" ,
54
54
"can-parse-uri" : " ^1.0.0" ,
55
- "can-util " : " ^3.10.8 "
55
+ "can-reflect " : " ^1.4.5 "
56
56
},
57
57
"devDependencies" : {
58
58
"can-make-map" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments