forked from 0x2620/oxjs
selectbefore/selectafter -> selectprevious/selectnext
This commit is contained in:
parent
9d802dbf49
commit
74e6c12904
4 changed files with 19 additions and 19 deletions
|
|
@ -340,10 +340,10 @@ Ox.AnnotationPanel = function(options, self) {
|
|||
select: function(data) {
|
||||
selectAnnotation(data, index);
|
||||
},
|
||||
selectafter: function() {
|
||||
selectnext: function() {
|
||||
selectNext(layer.id, 1);
|
||||
},
|
||||
selectbefore: function() {
|
||||
selectprevious: function() {
|
||||
selectNext(layer.id, -1);
|
||||
},
|
||||
selectnone: selectNone,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue