Bug 1155015 - Hide FontFaceSet.load() until we implement it. r=bzbarsky

This commit is contained in:
Cameron McCormack 2015-04-17 11:09:59 +10:00
Родитель 84ff03514a
Коммит 6d96efcfac
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -51,7 +51,7 @@ interface FontFaceSet : EventTarget {
// check and start loads if appropriate
// and fulfill promise when all loads complete
// Not implemented yet: bug 1072102.
[Throws] Promise<sequence<FontFace>> load(DOMString font, optional DOMString text = " ");
// [Throws] Promise<sequence<FontFace>> load(DOMString font, optional DOMString text = " ");
// return whether all fonts in the fontlist are loaded
// (does not initiate load if not available)