Changes between Version 17 and Version 18 of DeveloperGuidelines/EdenMobile/Services/emDB


Ignore:
Timestamp:
01/30/18 01:54:15 (7 years ago)
Author:
Fran Boon
Comment:

typo

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/EdenMobile/Services/emDB

    v17 v18  
    8787{{{#!js
    8888set.select([field], function(rows) {
    89     if (rows.len) {
     89    if (rows.length) {
    9090        rows.forEach(function(row) {
    9191            // Do something with the row