forked from 0x2620/oxjs
remove annotations font size
This commit is contained in:
parent
36bb548879
commit
978cc88618
6 changed files with 0 additions and 41 deletions
|
|
@ -6,7 +6,6 @@ Ox.ClipPanel = function(options, self) {
|
|||
var that = Ox.Element({}, self)
|
||||
.defaults({
|
||||
annotationsCalendarSize: 256,
|
||||
annotationsFont: 'small',
|
||||
annotationsMapSize: 256,
|
||||
annotationsRange: 'all',
|
||||
annotationsSort: 'position',
|
||||
|
|
@ -401,7 +400,6 @@ Ox.ClipPanel = function(options, self) {
|
|||
calendarSize: self.options.annotationsCalendarSize,
|
||||
clickLink: self.options.clickLink,
|
||||
editable: false,
|
||||
font: self.options.annotationsFont,
|
||||
//highlight: self.options.find,
|
||||
//'in': self.options['in'],
|
||||
layers: self.options.layers,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue