sysapps / device-capabilities

API to retrieve the status of the device capabilities supported and system information from the underlying device.
2 stars 7 forks source link

SystemDisplay is a not an EventTarget #16

Closed tmpsantos closed 10 years ago

tmpsantos commented 10 years ago

interface SystemDisplay : EventTarget { readonly attribute DisplayUnit[] displays; };

This is probably a leftover from the last change.

hmin commented 10 years ago

Done!