You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/03/20 16:48:59 UTC

[15/40] js commit: fixing deviceready

fixing deviceready


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

Branch: refs/heads/cb2227
Commit: 81e89d611cd0665f8296a23f5529390164f76978
Parents: 54660e9
Author: Anis Kadri <an...@gmail.com>
Authored: Wed Feb 27 10:58:34 2013 -0800
Committer: Anis Kadri <an...@gmail.com>
Committed: Wed Feb 27 10:58:34 2013 -0800

----------------------------------------------------------------------
 lib/bada/plugin/bada/device.js |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/81e89d61/lib/bada/plugin/bada/device.js
----------------------------------------------------------------------
diff --git a/lib/bada/plugin/bada/device.js b/lib/bada/plugin/bada/device.js
index 75a41e8..c2db705 100644
--- a/lib/bada/plugin/bada/device.js
+++ b/lib/bada/plugin/bada/device.js
@@ -22,9 +22,6 @@
 var channel = require('cordova/channel'),
     utils = require('cordova/utils');
 
-// Tell cordova channel to wait on the CordovaInfoReady event
-channel.waitForInitialization('onCordovaInfoReady');
-
 function Device() {
     this.platform = null;
     this.version = null;