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

[21/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/7904c1b1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/7904c1b1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/7904c1b1

Branch: refs/heads/master
Commit: 7904c1b123b37a5603e09d0d01d520ac67c40ba0
Parents: 8023b0a
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 16:01:46 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/7904c1b1/lib/wp7/plugin/wp7/device.js
----------------------------------------------------------------------
diff --git a/lib/wp7/plugin/wp7/device.js b/lib/wp7/plugin/wp7/device.js
index ad3c9e7..bd0b37e 100644
--- a/lib/wp7/plugin/wp7/device.js
+++ b/lib/wp7/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;