Repository: cordova-plugin-camera
Updated Branches:
  refs/heads/master 5f7f4f3e5 -> 2cd2528d1


Adding missing semi colon


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/2cd2528d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/2cd2528d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/2cd2528d

Branch: refs/heads/master
Commit: 2cd2528d1ca6fc4f75f5dda17a6da00169917b69
Parents: 5f7f4f3
Author: Raghav Katyal <rakat...@microsoft.com>
Authored: Mon Feb 29 10:30:40 2016 -0800
Committer: Raghav Katyal <rakat...@microsoft.com>
Committed: Mon Feb 29 10:30:40 2016 -0800

----------------------------------------------------------------------
 src/windows/CameraProxy.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/2cd2528d/src/windows/CameraProxy.js
----------------------------------------------------------------------
diff --git a/src/windows/CameraProxy.js b/src/windows/CameraProxy.js
index 8c45acb..0eb7d3d 100644
--- a/src/windows/CameraProxy.js
+++ b/src/windows/CameraProxy.js
@@ -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);


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to