openhab / openhab-pebble

Pebble client for openHAB
Apache License 2.0
11 stars 20 forks source link

use for-in instead of for-of #9

Closed llamahunter closed 8 years ago

llamahunter commented 8 years ago

Some platforms (notably Android) don't appear to have support for the Ecmascript 6 for-of iterator. Replace it with the slightly less accurate for-in construct.

llamahunter commented 8 years ago

possibly fixes #5