fix AnnotationFolder placeholder

This commit is contained in:
j 2014-02-02 01:43:55 +05:30
parent d039d0c781
commit cb6644e08d

View file

@ -268,6 +268,7 @@ Ox.AnnotationFolder = function(options, self) {
: null,
globalAttributes: ['lang'],
highlight: self.options.highlight,
placeholder: Ox._('Loading...'),
separator: ';',
sort: self.sort,
submitOnBlur: false,
@ -300,7 +301,6 @@ Ox.AnnotationFolder = function(options, self) {
insert: function(data) {
that.triggerEvent('insert', data);
},
placeholder: Ox._('Loading...'),
open: function() {
that.triggerEvent('open');
},