mirror of
https://github.com/silkimen/cordova-plugin-advanced-http.git
synced 2026-05-31 00:00:07 +08:00
updated require id
This commit is contained in:
Vendored
+1
-1
@@ -69,7 +69,7 @@ var http = {
|
||||
*
|
||||
*/
|
||||
var win = function(result) {
|
||||
var entry = new (require('org.apache.cordova.core.file.FileEntry'))();
|
||||
var entry = new (require('org.apache.cordova.file.FileEntry'))();
|
||||
entry.isDirectory = false;
|
||||
entry.isFile = true;
|
||||
entry.name = result.file.name;
|
||||
|
||||
Reference in New Issue
Block a user