Quick Start Guide documentation typo

G Gary Crean 3 years 5 months ago
2 1 0

Just a quick mention, In the Neon help file the following code

Hello Scan

function doScanDecode(data, source, eventtype)
{
if(eventtype != 'Decode')
return;

var divEl = getElementById('divOutput');
divEl.innerHTML = 'Hello ' + data + 'From: ' + source;
}

This is my first Neon application!

Please scan a barcode...

Should contain the word document.

Hello Scan

function doScanDecode(data, source, eventtype)
{
if(eventtype != 'Decode')
return;

var divEl = document.getElementById('divOutput');
divEl.innerHTML = 'Hello ' + data + 'From: ' + source;
}

This is my first Neon application!

Please scan a barcode...

Please Register or Login to post a reply

1 Replies

E Efkan YILMAZ

Thanks, that'll be fixed in the release.

CONTACT
Can’t find what you’re looking for?