Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
freudFlintstone committed Aug 6, 2018
1 parent 0f5089a commit 0214fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polymer-nfc.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
_watchChanged(watch) {
console.log('watch changed: ' + this.watch)
if (watch) {
if !(navigator.nfc) {
if (!navigator.nfc) {
console.log('WebNFC not supported');
this.readOff;
return false;
Expand Down

0 comments on commit 0214fc1

Please sign in to comment.