More apostrophe escaping

pull/1/head
Max Bassett 8 years ago committed by GitHub
parent 906aff19ef
commit c6eae791e7

@ -79,7 +79,7 @@ else {
}
}, function() {
console.log('Failed to check the device's idle state.');
console.log('Failed to check the device\'s idle state.');
});
```
@ -110,7 +110,7 @@ window.powerManagement.isIgnoringBatteryOptimizations(function(result) {
console.log('This app IS NOT on the device\'s battery optimization whitelist.');
}
}, function() {
console.log('Failed to add the app to the device's battery optimization whitelist.');
console.log('Failed to add the app to the device\'s battery optimization whitelist.');
});
```

Loading…
Cancel
Save