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