Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added section on NFCAdapter releasing. #59

Merged
merged 3 commits into from
Oct 2, 2015
Merged

Conversation

zolkis
Copy link
Contributor

@zolkis zolkis commented Oct 1, 2015

Also, corrected examples, and fixed pushMessage() signature.

@@ -610,7 +610,7 @@
});

function processMessage(message) {
message.forEach((record) => {
message.data.forEach((record) => {
if (record.kind == "string") {
console.log(“Data is string: “ + data);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what about data here?

@zolkis zolkis force-pushed the gh-pages branch 3 times, most recently from 74d732a to 5fd763f Compare October 2, 2015 11:52
anssiko added a commit that referenced this pull request Oct 2, 2015
Added section on NFCAdapter releasing.
@anssiko anssiko merged commit d5f9870 into w3c:gh-pages Oct 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants