remove reference to pandora, fixes #594

This commit is contained in:
rlx 2012-04-19 10:30:39 +00:00
parent 88d25817c1
commit 3db8dd4688

View file

@ -84,6 +84,7 @@ Ox.VideoPlayer = function(options, self) {
brightness: 1,
censored: [],
controlsBottom: [],
controlsTooltips: {},
controlsTop: [],
duration: 0,
enableDownload: false,
@ -609,9 +610,7 @@ Ox.VideoPlayer = function(options, self) {
self.$openButton = Ox.Button({
style: 'symbol',
title: 'arrowRight',
tooltip: 'Open in ' + Ox.getObjectById(
pandora.site.itemViews, pandora.user.ui.videoView
).title + ' View',
tooltip: self.options.controlsTooltips.open || '',
type: 'image'
})
.bindEvent({