Skip to content

Commit 1f924ce

Browse files
committed
Fixed typo.
1 parent 388be4b commit 1f924ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/av.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1542,7 +1542,7 @@
15421542
error: error
15431543
};
15441544

1545-
if (AV._useXDomainReques()) {
1545+
if (AV._useXDomainRequest()) {
15461546
return AV._ajaxIE8(method, url, data)._thenRunCallbacks(options);
15471547
}
15481548

0 commit comments

Comments
 (0)