Changes between Version 11 and Version 12 of DeveloperGuidelines/EdenMobile/Services/emDB
- Timestamp:
- 11/23/17 22:54:25 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/EdenMobile/Services/emDB
v11 v12 40 40 Therefore the {{{$}}} method is preferrable, especially in cases where the field name is a variable. 41 41 42 If no field with that name is defined, the functionreturns ''undefined'' (can safely be used to validate field names).42 If no field with that name is defined, the {{{$}}} method returns ''undefined'' (can safely be used to validate field names). 43 43 === Expressions === 44 44