cordova-launch-review
Advanced tools
Comparing version 3.1.0 to 3.1.1
{ | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"name": "cordova-launch-review", | ||
@@ -4,0 +4,0 @@ "cordova_name": "Launch Review", |
@@ -30,3 +30,3 @@ /* Copyright (c) 2015 Dave Alden (http://github.com/dpa99c) | ||
cordova.exec(function(_isRatingSupported){ | ||
isRatingSupported = !!_isRatingSupported; | ||
isRatingSupported = !!parseInt(_isRatingSupported); | ||
}, null, 'LaunchReview', 'isRatingSupported', []); | ||
@@ -33,0 +33,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
34640