[web-bluetooth] Pull Request: Fix nit in example code

beaufortfrancois has just submitted a new pull request for 
https://github.com/WebBluetoothCG/web-bluetooth:

== Fix nit in example code ==
I believe `sessionStorage.lastDevice` is unique, therefore it makes 
more sense to check for `length == 1`. Even if not, it should be at 
least `length >= 1` not `length > 1`

R=@jyasskin

See https://github.com/WebBluetoothCG/web-bluetooth/pull/268

Received on Friday, 5 August 2016 07:08:09 UTC