forked from 0x2620/pandora
dont overwrite variable from outer scope
This commit is contained in:
parent
55e08b3795
commit
88e1a51d3a
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ pandora.ui.infoView = function(data) {
|
||||||
|
|
||||||
|
|
||||||
function formatEditableValue(value, key) {
|
function formatEditableValue(value, key) {
|
||||||
var ret, listKeys = [];
|
var ret;
|
||||||
if (key == 'runtime') {
|
if (key == 'runtime') {
|
||||||
ret = Math.round(data[key] / 60) + ' min';
|
ret = Math.round(data[key] / 60) + ' min';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue