@enact/webos
Advanced tools
Comparing version 1.2.2 to 1.3.0
@@ -5,2 +5,8 @@ # Change Log | ||
## [1.3.0] - 2017-06-12 | ||
No significant changes. | ||
### Removed | ||
## [1.2.2] - 2017-05-31 | ||
@@ -7,0 +13,0 @@ |
{ | ||
"name": "@enact/webos", | ||
"version": "1.2.2", | ||
"version": "1.3.0", | ||
"description": "webOS support library", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -10,3 +10,12 @@ 'use strict'; | ||
/** | ||
* Platform identification of webOS variants | ||
* Exports the {@link webos/platform.platform} object that contains basic device | ||
* type information for webOS platforms. For detection of non-webOS platforms, | ||
* use the {@link core/platform} module. | ||
* | ||
* @module webos/platform | ||
*/ | ||
/** | ||
* {@link webos/platform.platform} provides identification of webOS variants. | ||
* | ||
* @readonly | ||
@@ -19,3 +28,6 @@ * @type {object} | ||
* @property {?boolean} unknown - Set true for any unknown system | ||
*/ | ||
* | ||
* @memberof webos/platform | ||
* @public | ||
*/ | ||
var platform = {}; | ||
@@ -22,0 +34,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27008
561