Adding missing semi colon
This commit is contained in:
parent
5f7f4f3e55
commit
2cd2528d1c
@ -743,7 +743,7 @@ function takePictureFromCameraWindows(successCallback, errorCallback, args) {
|
|||||||
encodingType: encodingType,
|
encodingType: encodingType,
|
||||||
saveToPhotoAlbum: saveToPhotoAlbum
|
saveToPhotoAlbum: saveToPhotoAlbum
|
||||||
}, successCallback, errorCallback);
|
}, successCallback, errorCallback);
|
||||||
}
|
};
|
||||||
|
|
||||||
// add and delete focus eventHandler to capture the focus back from cameraUI to app
|
// add and delete focus eventHandler to capture the focus back from cameraUI to app
|
||||||
window.addEventListener("focus", savePhotoOnFocus);
|
window.addEventListener("focus", savePhotoOnFocus);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user