mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: remove short imports (#7847)
This commit is contained in:
committed by
Manol Donev
parent
ca7c46da3c
commit
beffc5736a
@@ -5,7 +5,7 @@
|
||||
exports.FormData = global.FormData;
|
||||
|
||||
if (!exports.XMLHttpRequest) {
|
||||
var xhr = require("xhr");
|
||||
var xhr = require("../xhr");
|
||||
exports.XMLHttpRequest = xhr.XMLHttpRequest;
|
||||
exports.FormData = xhr.FormData;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user