Bug 1120862 - permission denied to access property 'then' r=allstars

This commit is contained in:
Fabrice Desré 2015-01-15 10:36:10 +08:00
parent 2880bcf670
commit 4214c795db

View File

@ -385,7 +385,7 @@ NfcContentHelper.prototype = {
return; return;
} }
let ndefMsg = []; let ndefMsg = new this._window.Array();
let records = result.records; let records = result.records;
for (let i = 0; i < records.length; i++) { for (let i = 0; i < records.length; i++) {
let record = records[i]; let record = records[i];