that. -> self.

This commit is contained in:
rlx 2014-09-24 20:18:58 +02:00
parent 5013532d46
commit ecdf80a31d

View file

@ -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;