Fix wrong var name.
This commit is contained in:
@@ -54,7 +54,7 @@ Function takes a callback function, passed to which is a boolean property. Optio
|
||||
*/
|
||||
window.plugin.printer.isServiceAvailable(
|
||||
function (isAvailable) {
|
||||
alert(isavailable ? 'Service is available' : 'Service NOT available');
|
||||
alert(isAvailable ? 'Service is available' : 'Service NOT available');
|
||||
}
|
||||
);
|
||||
```
|
||||
|
Reference in New Issue
Block a user