Changes between Version 17 and Version 18 of DeveloperGuidelines/EdenMobile/Services/emDB
- Timestamp:
- 01/30/18 01:54:15 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/EdenMobile/Services/emDB
v17 v18 87 87 {{{#!js 88 88 set.select([field], function(rows) { 89 if (rows.len ) {89 if (rows.length) { 90 90 rows.forEach(function(row) { 91 91 // Do something with the row