forked from 0x2620/oxjs
typos
This commit is contained in:
parent
c30fe02850
commit
147d637b7b
32 changed files with 83 additions and 83 deletions
|
|
@ -186,10 +186,10 @@ Ox.AnnotationPanel = function(options, self) {
|
|||
if (item.id == annotationId) {
|
||||
annotation = item;
|
||||
found = true;
|
||||
Ox.Break()();
|
||||
Ox.Break();
|
||||
}
|
||||
});
|
||||
found && Ox.Break()();
|
||||
found && Ox.Break();
|
||||
});
|
||||
return annotation;
|
||||
}
|
||||
|
|
@ -201,10 +201,10 @@ Ox.AnnotationPanel = function(options, self) {
|
|||
if (item.id == annotationId) {
|
||||
folder = self.$folder[i];
|
||||
found = true;
|
||||
Ox.Break()();
|
||||
Ox.Break();
|
||||
}
|
||||
});
|
||||
found && Ox.Break()();
|
||||
found && Ox.Break();
|
||||
});
|
||||
return folder;
|
||||
}
|
||||
|
|
@ -426,7 +426,7 @@ Ox.AnnotationPanel = function(options, self) {
|
|||
self.deselecting = true;
|
||||
$folder.options({selected: ''});
|
||||
self.deselecting = false;
|
||||
Ox.Break()();
|
||||
Ox.Break();
|
||||
}
|
||||
});
|
||||
scrollToSelected(self.options.layers[index].type);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue