You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2013/02/20 23:56:27 UTC

[1/8] bada commit: Spelling: print [Code Change]

Spelling: print [Code Change]


Project: http://git-wip-us.apache.org/repos/asf/cordova-bada/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-bada/commit/0462f96d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-bada/tree/0462f96d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-bada/diff/0462f96d

Branch: refs/heads/master
Commit: 0462f96de1b72bab62a0cb853cf8763a5caafd96
Parents: 595a6af
Author: Josh Soref <js...@rim.com>
Authored: Mon Sep 10 15:38:37 2012 -0400
Committer: Josh Soref <js...@rim.com>
Committed: Mon Sep 10 15:47:08 2012 -0400

----------------------------------------------------------------------
 Res/main.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-bada/blob/0462f96d/Res/main.js
----------------------------------------------------------------------
diff --git a/Res/main.js b/Res/main.js
index 83b5644..9518032 100644
--- a/Res/main.js
+++ b/Res/main.js
@@ -385,6 +385,6 @@ function getPicture() {
     }
     navigator.camera.getPicture(successCallback, errorCallback, {});
   } catch(e) {
-    debugPring(e.message);
+    debugPrint(e.message);
   }
 }