Bug 822712 - SimplePush - Add PushManager to the test_interfaces.html test. r=dougt

This commit is contained in:
Doug Turner 2013-03-28 22:08:35 -07:00
Родитель 57b9036ba2
Коммит e1a86c81cf
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -546,7 +546,8 @@ var interfaceNamesInGlobalScope =
"GamepadButtonEvent",
"GamepadAxisMoveEvent",
"SpeechRecognitionEvent",
"SpeechRecognitionError"
"SpeechRecognitionError",
"PushManager"
]
for (var i in SpecialPowers.Components.interfaces) {