UNPKG

siesta-lite

Version:

Stress-free JavaScript unit testing and functional testing tool, works in NodeJS and browsers

19 lines (17 loc) 356 B
Ext.define('AddressBook.model.Contact', { extend: 'Ext.data.Model', config: { fields: [ 'firstName', 'lastName', 'headshot', 'title', 'telephone', 'city', 'state', 'country', 'latitude', 'longitude' ] } });