typo
This commit is contained in:
parent
6252e27f6c
commit
fb6c862b88
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ Ox.FormPanel = function(options, self) {
|
|||
if (self.options.section === null) {
|
||||
self.options.section = self.options.form[0].id;
|
||||
}
|
||||
self.section = Ox.getIndexById(self.options.form, self.optoins.section);
|
||||
self.section = Ox.getIndexById(self.options.form, self.options.section);
|
||||
self.sectionTitle = self.options.form[self.section].title;
|
||||
self.$list = Ox.TableList({
|
||||
columns: [
|
||||
|
|
Loading…
Reference in a new issue