fix typo in examples

This commit is contained in:
rolux 2015-02-21 13:09:31 +05:30
parent 45aa85a0a3
commit 9343a25658

View file

@ -523,7 +523,7 @@ Ox.load({Geo: {}, UI: {}, Unicode: {}}, function() {
description: 'Contact object',
elements: [
Ox.Input({id: 'firstname', label: 'First Name'}),
Ox.Input({id: 'lastname', label: 'First Name'}),
Ox.Input({id: 'lastname', label: 'Last Name'}),
Ox.ArrayInput({id: 'phone', label: 'Phone Numbers', max: 3}),
Ox.Input({id: 'email', label: 'E-Mail Address'})
]