updating javascript
diff --git a/Res/js/cordova.js b/Res/js/cordova.js
index 42ea38a..6204530 100644
--- a/Res/js/cordova.js
+++ b/Res/js/cordova.js
@@ -1,6 +1,6 @@
-// commit 884cb0e8f4809b6182b41101c092eee1139f82da
+// commit 02b91c5313ff37d74a58f71775170afd360f4a1f
 
-// File generated at :: Wed Oct 24 2012 12:54:26 GMT-0700 (PDT)
+// File generated at :: Thu Nov 01 2012 09:47:22 GMT-0700 (PDT)
 
 /*
  Licensed to the Apache Software Foundation (ASF) under one
@@ -2594,7 +2594,7 @@
         errorCallback(error);
     };
 
-    exec(win, errorCallback, 'FileTransfer', 'download', [source, target, trustAllHosts, this._id]);
+    exec(win, fail, 'FileTransfer', 'download', [source, target, trustAllHosts, this._id]);
 };
 
 /**
@@ -4196,7 +4196,7 @@
            me.platform = os_vendor + " " + os_name;
            me.version = os_version;
            me.uuid = uuid;
-           me.cordova = "2.2.0rc2";
+           me.cordova = "2.2.0";
            success(me);
        }
    };