Bug 996331 - Remove TextTrack.oncuechange. r=cpearce,smaug

This event isn't currently implemented. Removing it from
the DOM interface provides a way for authors to detect
that it cannot be expected to work.
This commit is contained in:
Ralph Giles 2014-06-30 16:12:11 -07:00
Родитель 34529c249f
Коммит 555c538a8d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -39,7 +39,7 @@ interface TextTrack : EventTarget {
[Throws]
void removeCue(VTTCue cue);
attribute EventHandler oncuechange;
//(Not implemented)attribute EventHandler oncuechange;
};
// Mozilla Extensions