1
0
Fork 0
forked from 0x2620/oxjs

remove annotations font size

This commit is contained in:
rolux 2014-02-18 06:34:08 +00:00
commit 978cc88618
6 changed files with 0 additions and 41 deletions

View file

@ -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,