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

[7/8] bada commit: Brand: Bada

Brand: Bada


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

Branch: refs/heads/master
Commit: a022be0ae90a7b10b558f1e567c2b74ed00c89e3
Parents: 3f9b8e1
Author: Josh Soref <js...@rim.com>
Authored: Mon Sep 10 15:32:16 2012 -0400
Committer: Josh Soref <js...@rim.com>
Committed: Mon Sep 10 15:47:15 2012 -0400

----------------------------------------------------------------------
 Res/cordova/contact.js |    4 ++--
 Res/cordova/cordova.js |    4 ++--
 src/CordovaEntry.cpp   |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-bada/blob/a022be0a/Res/cordova/contact.js
----------------------------------------------------------------------
diff --git a/Res/cordova/contact.js b/Res/cordova/contact.js
index 321b084..e036bc5 100644
--- a/Res/cordova/contact.js
+++ b/Res/cordova/contact.js
@@ -238,8 +238,8 @@ var ContactAccount = function(domain, username, userid) {
 */
 var Contacts = function() {
     this.inProgress = false;
-    this.records = new Array(); // used by bada to create contacts
-    this.results = new Array(); // used by bada to update contact results
+    this.records = new Array(); // used by Bada to create contacts
+    this.results = new Array(); // used by Bada to update contact results
     this.resultsCallback = null;
     this.errorCallback = null;
 };

http://git-wip-us.apache.org/repos/asf/cordova-bada/blob/a022be0a/Res/cordova/cordova.js
----------------------------------------------------------------------
diff --git a/Res/cordova/cordova.js b/Res/cordova/cordova.js
index b6ccd8f..e9031aa 100644
--- a/Res/cordova/cordova.js
+++ b/Res/cordova/cordova.js
@@ -1268,8 +1268,8 @@ var ContactAccount = function(domain, username, userid) {
 */
 var Contacts = function() {
     this.inProgress = false;
-    this.records = new Array(); // used by bada to create contacts
-    this.results = new Array(); // used by bada to update contact results
+    this.records = new Array(); // used by Bada to create contacts
+    this.results = new Array(); // used by Bada to update contact results
     this.resultsCallback = null;
     this.errorCallback = null;
 };

http://git-wip-us.apache.org/repos/asf/cordova-bada/blob/a022be0a/src/CordovaEntry.cpp
----------------------------------------------------------------------
diff --git a/src/CordovaEntry.cpp b/src/CordovaEntry.cpp
index c87a023..801b66a 100755
--- a/src/CordovaEntry.cpp
+++ b/src/CordovaEntry.cpp
@@ -29,7 +29,7 @@ extern "C"
 _EXPORT_ int OspMain(int argc, char *pArgv[]);
 
 /**
- * The entry function of bada application called by the operating system.
+ * The entry function of Bada application called by the operating system.
  */
 int
 OspMain(int argc, char *pArgv[])