fix a bug in annotation panel

This commit is contained in:
rolux 2013-03-09 18:32:30 +05:30
parent e6df7f31bd
commit 7eb8cf66c6

View file

@ -621,8 +621,8 @@ Ox.AnnotationPanel = function(options, self) {
$folder.blurItem();
}
self.options.layers[index].items = items;
self.$folders[index].replaceWith(
self.$folders[index] = renderFolder(self.options.layers[index])
self.$folder[index].replaceWith(
self.$folder[index] = renderFolder(self.options.layers[index])
);
return that;
};