forked from 0x2620/oxjs
parent
a6774f331c
commit
b0853447d1
2 changed files with 4 additions and 2 deletions
|
|
@ -520,7 +520,8 @@ Ox.AnnotationFolder = function(options, self) {
|
|||
return ({
|
||||
duration: ['-duration', '+in', self.options.type == 'text' ? '+created' : '+value'],
|
||||
position: ['+in', '+duration', self.options.type == 'text' ? '+created' : '+value'],
|
||||
text: ['+value', '+in', '+duration']
|
||||
text: ['+value', '+in', '+duration'],
|
||||
created: ['+created', '+in', '+duration', '+value']
|
||||
})[self.options.sort];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue