forked from 0x2620/pandora
typo
This commit is contained in:
parent
a09813bc28
commit
8c9b613ea2
1 changed files with 2 additions and 2 deletions
|
@ -31,10 +31,10 @@ pandora.ui.videoPreview = function(data) {
|
|||
'videoPoints.' + data.id,
|
||||
{'in': 0, out: 0, position: event.position}
|
||||
);
|
||||
pandora.UI.set(
|
||||
pandora.UI.set({
|
||||
item: data.id,
|
||||
itemView: pandora.user.ui.videoView
|
||||
);
|
||||
});
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue