there was a copy paste issue in some of our code the other day:
...
if (form.isValid()) {
scope: me, form.updateRecord(record);
...
}
...
the strange thing is it did not actually register as a syntax error
the browser appears to have just ignored it
does anybody know what scope: me,
actually does in this context? just curious
NOTE: this was tested in chrome. and the code is definitely being reached