Re: [sensors] Should SensorReadingEvent carry reading payload?

```js
sensorB.onchange = event => 
someGenericDataStoringOperation(this.reading);
```


Wrong `this` ;)

-- 
GitHub Notification of comment by rwaldron
Please view or discuss this issue at 
https://github.com/w3c/sensors/issues/103#issuecomment-219533234 using
 your GitHub account

Received on Monday, 16 May 2016 20:12:05 UTC