You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2012/04/06 03:20:43 UTC

[30/40] git commit: channel fire, Cordova doesn't

channel fire, Cordova doesn't


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/commit/5e8fa5eb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/5e8fa5eb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/5e8fa5eb

Branch: refs/heads/master
Commit: 5e8fa5ebe3ec0ff5f4ee0a160e11a0854f197d03
Parents: 555f0f4
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Wed Mar 28 02:44:12 2012 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Wed Mar 28 02:44:12 2012 -0700

----------------------------------------------------------------------
 lib/plugin/wp7/device.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/5e8fa5eb/lib/plugin/wp7/device.js
----------------------------------------------------------------------
diff --git a/lib/plugin/wp7/device.js b/lib/plugin/wp7/device.js
index ad3c9e7..bd0b37e 100644
--- a/lib/plugin/wp7/device.js
+++ b/lib/plugin/wp7/device.js
@@ -26,7 +26,7 @@ var Device = function() {
             me.uuid = info.uuid;
             me.cordova = info.cordova;
 
-            Cordova.onCordovaInfoReady.fire();
+            channel.onCordovaInfoReady.fire();
         },
         function(e) {
             me.available = false;