From 22f7e504e41c4c514ec1ae1dbb19befdb915bfd2 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sat, 17 Mar 2012 01:20:26 +0100 Subject: [PATCH] use Ox.max --- static/js/pandora/uploadDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/uploadDialog.js b/static/js/pandora/uploadDialog.js index 01923956..e1ec6f67 100644 --- a/static/js/pandora/uploadDialog.js +++ b/static/js/pandora/uploadDialog.js @@ -202,7 +202,7 @@ pandora.ui.uploadDialog = function(data) { function getEncodingOptions(info) { var format = pandora.site.video.formats[0], - resolution = Math.max(pandora.site.video.resolutions), + resolution = Ox.max(pandora.site.video.resolutions), bpp = 0.17, fps, dar,