Adding missing semi colon

This commit is contained in:
Raghav Katyal 2016-02-29 10:30:40 -08:00
parent 5f7f4f3e55
commit 2cd2528d1c

View File

@ -743,7 +743,7 @@ function takePictureFromCameraWindows(successCallback, errorCallback, args) {
encodingType: encodingType,
saveToPhotoAlbum: saveToPhotoAlbum
}, successCallback, errorCallback);
}
};
// add and delete focus eventHandler to capture the focus back from cameraUI to app
window.addEventListener("focus", savePhotoOnFocus);