@enact/webos
Advanced tools
Comparing version 1.0.0-beta.1 to 1.0.0-beta.2
@@ -5,4 +5,8 @@ # Change Log | ||
## [unreleased] | ||
## [1.0.0-beta.2] - 2017-01-30 | ||
No significant changes. | ||
## [1.0.0-beta.1] - 2016-12-30 | ||
### Added | ||
@@ -9,0 +13,0 @@ |
@@ -98,4 +98,6 @@ 'use strict'; | ||
if ((parsedMsg.errorCode || parsedMsg.returnValue === false) && onFailure) { | ||
onFailure(parsedMsg); | ||
if (parsedMsg.errorCode || parsedMsg.returnValue === false) { | ||
if (onFailure) { | ||
onFailure(parsedMsg); | ||
} | ||
} else if (onSuccess) { | ||
@@ -102,0 +104,0 @@ onSuccess(parsedMsg); |
{ | ||
"name": "@enact/webos", | ||
"version": "1.0.0-beta.1", | ||
"version": "1.0.0-beta.2", | ||
"description": "webOS support library", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -15,3 +15,3 @@ # @enact/webos | ||
Copyright (c) 2012-2016 LG Electronics | ||
Copyright (c) 2012-2017 LG Electronics | ||
@@ -18,0 +18,0 @@ Unless otherwise specified or set forth in the NOTICE file, all content, including all source code files and documentation files in this repository are: Licensed under the Apache License, Version 2.0 (the "License"); you may not use this content except in compliance with the License. You may obtain a copy of the License at |
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
24967
535