that. -> self.
This commit is contained in:
parent
5013532d46
commit
ecdf80a31d
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ Ox.AnnotationFolder = function(options, self) {
|
|||
});
|
||||
|
||||
that.setElement(self.$panel);
|
||||
that.$content = that.$element.$content;
|
||||
that.$content = self.$panel.$content;
|
||||
|
||||
if (self.widget) {
|
||||
self.widgetSize = self.options.showWidget * self.options.widgetSize;
|
||||
|
|
Loading…
Reference in a new issue