You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2012/03/30 01:21:16 UTC

[1/3] git commit: small reference fix

Updated Branches:
  refs/heads/master cddb3b8ca -> 36caca0d2


small reference fix


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

Branch: refs/heads/master
Commit: 36caca0d2f75d037f8eef282cef92813489f3898
Parents: 9af5a6a
Author: Fil Maj <ma...@gmail.com>
Authored: Thu Mar 29 16:20:04 2012 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Thu Mar 29 16:20:04 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/36caca0d/lib/android/plugin/android/device.js
----------------------------------------------------------------------
diff --git a/lib/android/plugin/android/device.js b/lib/android/plugin/android/device.js
index 353d0ed..21a2ba3 100644
--- a/lib/android/plugin/android/device.js
+++ b/lib/android/plugin/android/device.js
@@ -18,7 +18,7 @@ function Device() {
     var me = this;
 
     channel.onCordovaReady.subscribeOnce(function() {
-        this.getInfo(function(info) {
+        me.getInfo(function(info) {
             me.available = true;
             me.platform = info.platform;
             me.version = info.version;