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 2015/02/04 00:56:25 UTC

[3/4] cordova-plugin-device git commit: update of manufacturer name

update of manufacturer name

manufacturer name update: http://global.blackberry.com/en/legal.html

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

Branch: refs/heads/master
Commit: ddb586e30f0e43f0e765a006998b7b9109c63901
Parents: 1304828
Author: Bas van Beek <ba...@users.noreply.github.com>
Authored: Thu Jan 15 14:03:51 2015 +0100
Committer: Bas van Beek <ba...@users.noreply.github.com>
Committed: Thu Jan 15 14:03:51 2015 +0100

----------------------------------------------------------------------
 src/blackberry10/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/ddb586e3/src/blackberry10/index.js
----------------------------------------------------------------------
diff --git a/src/blackberry10/index.js b/src/blackberry10/index.js
index dc1deae..77f25a9 100644
--- a/src/blackberry10/index.js
+++ b/src/blackberry10/index.js
@@ -57,7 +57,7 @@ module.exports = {
             modelName = getModelName(),
             uuid = getUUID(),
             info = {
-                manufacturer: 'Research in Motion',
+                manufacturer: 'BlackBerry',
                 platform: "blackberry10",
                 version: window.qnx.webplatform.device.scmBundle,
                 model: modelName,


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org