typo
This commit is contained in:
parent
43d5bee70a
commit
c8135f4556
1 changed files with 1 additions and 1 deletions
|
@ -622,7 +622,7 @@ Ox.AnnotationPanel = function(options, self) {
|
|||
}
|
||||
self.options.layers[index].items = items;
|
||||
self.$folders[index].replaceWith(
|
||||
self.$folders[index] = renderFolder(self.options.layers['index'])
|
||||
self.$folders[index] = renderFolder(self.options.layers[index])
|
||||
);
|
||||
return that;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue