dont overwrite variable from outer scope

This commit is contained in:
j 2013-02-25 18:55:37 +00:00
parent 55e08b3795
commit 88e1a51d3a

View file

@ -396,7 +396,7 @@ pandora.ui.infoView = function(data) {
function formatEditableValue(value, key) {
var ret, listKeys = [];
var ret;
if (key == 'runtime') {
ret = Math.round(data[key] / 60) + ' min';