cleanup
This commit is contained in:
parent
9c697cce7a
commit
6a7fce5bcf
2 changed files with 2 additions and 2 deletions
|
@ -264,7 +264,7 @@ Ox.AnnotationPanel = function(options, self) {
|
|||
if (self.options.selected) {
|
||||
annotation = getAnnotation(self.options.selected);
|
||||
folder = getFolder(self.options.selected);
|
||||
if(annotation && folder) {
|
||||
if (annotation && folder) {
|
||||
key = folder.options('id');
|
||||
type = folder.options('type');
|
||||
value = annotation.value;
|
||||
|
|
|
@ -56,7 +56,7 @@ Ox.VideoPreview = function(options, self) {
|
|||
.css(getFrameCSS())
|
||||
.appendTo(self.$frameElement);
|
||||
|
||||
if(self.options.timeline) {
|
||||
if (self.options.timeline) {
|
||||
self.$timeline = $('<img>')
|
||||
.addClass('OxTimeline')
|
||||
.attr({src: self.options.timeline})
|
||||
|
|
Loading…
Reference in a new issue