You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2014/09/15 19:45:30 UTC

git commit: CB-7552 - device.name docs have not been removed

Repository: cordova-plugin-device
Updated Branches:
  refs/heads/master 03ccd33ed -> b4d7f27df


CB-7552 - device.name docs have not been removed


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/b4d7f27d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/b4d7f27d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/b4d7f27d

Branch: refs/heads/master
Commit: b4d7f27df6786ba289ff601eaa5b3e5df6af98c1
Parents: 03ccd33
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Sep 15 10:44:51 2014 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Sep 15 10:44:51 2014 -0700

----------------------------------------------------------------------
 doc/index.md | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/b4d7f27d/doc/index.md
----------------------------------------------------------------------
diff --git a/doc/index.md b/doc/index.md
index 3a6c6c2..b3acc9f 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -35,7 +35,6 @@ Although the object is in the global scope, it is not available until after the
 
 - device.cordova
 - device.model
-- device.name
 - device.platform
 - device.uuid
 - device.version
@@ -95,10 +94,6 @@ different across versions of the same product.
 
 - Returns the device model specified by the manufacturer. For example, the Samsung Focus returns `SGH-i917`.
 
-## device.name
-
-__WARNING__: `device.name` is deprecated as of version 2.3.0. Use `device.model` instead.
-
 ## device.platform
 
 Get the device's operating system name.