- From: Tobie Langel via GitHub <sysbot+gh@w3.org>
- Date: Mon, 16 May 2016 20:09:27 +0000
- To: public-device-apis@w3.org
You should just be able to do this instead, no: ```js sensorA.onchange = event => someGenericDataStoringOperation(this.reading); sensorB.onchange = event => someGenericDataStoringOperation(this.reading); ``` -- GitHub Notification of comment by tobie Please view or discuss this issue at https://github.com/w3c/sensors/issues/103#issuecomment-219532540 using your GitHub account
Received on Monday, 16 May 2016 20:09:29 UTC