From e12eb0e35a266a6064f0949224627cad74060902 Mon Sep 17 00:00:00 2001 From: Andrew Stephan Date: Tue, 18 Mar 2014 16:58:57 -0400 Subject: [PATCH] updated require id --- www/cordovaHTTP.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/cordovaHTTP.js b/www/cordovaHTTP.js index 964b8df..7375f2c 100644 --- a/www/cordovaHTTP.js +++ b/www/cordovaHTTP.js @@ -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;