typo
This commit is contained in:
parent
394c38a21e
commit
32da22663c
1 changed files with 1 additions and 1 deletions
|
@ -483,7 +483,7 @@ pandora.ui.insertEmbedDialog = function(/*[url, ]callback*/) {
|
|||
site: site,
|
||||
item: item,
|
||||
link: state.view || 'default', // FIXME: wrong, user-dependent
|
||||
position: Ox.isArray(state.span) && state.span.lenght == 3
|
||||
position: Ox.isArray(state.span) && state.span.length == 3
|
||||
? Ox.formatDuration(state.span[0]) : '',
|
||||
'in': Ox.isArray(state.span)
|
||||
? Ox.formatDuration(state.span[state.span.length - 2]) : '',
|
||||
|
|
Loading…
Reference in a new issue