Skip to content

Commit 1743e0a

Browse files
committed
setAV -> init
1 parent 3492adf commit 1743e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/av.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ AV.localStorage = require('./localstorage');
2424
AV._config = AV._config || {};
2525

2626
// 以下模块为了兼容原有代码,使用这种加载方式。
27-
require('./utils').setAV(AV);
27+
require('./utils').init(AV);
2828
require('./error')(AV);
2929
require('./event')(AV);
3030
require('./geopoint')(AV);

0 commit comments

Comments
 (0)