CB-8404 typo fix cameraproxy.js

There was a missing comma on cameraproxy

github close #89
This commit is contained in:
Murat Sutunc 2015-04-22 14:23:47 -07:00 committed by sgrebnov
parent 1e8c836844
commit 8f07f562a2

View File

@ -55,7 +55,7 @@ module.exports = {
// https://msdn.microsoft.com/en-us/library/windows/apps/ff462087(v=vs.105).aspx
var windowsVideoContainers = [".avi", ".flv", ".asx", ".asf", ".mov", ".mp4", ".mpg", ".rm", ".srt", ".swf", ".wmv", ".vob"];
var windowsPhoneVideoContainers = [".avi", ".3gp", ".3g2", ".wmv", ".3gp", ".3g2" ".mp4", ".m4v"];
var windowsPhoneVideoContainers = [".avi", ".3gp", ".3g2", ".wmv", ".3gp", ".3g2", ".mp4", ".m4v"];
// Resize method
function resizeImage(successCallback, errorCallback, file, targetWidth, targetHeight, encodingType) {