Bug 1396740 - declare waitForEvents object in TPS's mozmill extension. r=tcsc

MozReview-Commit-ID: AFWuHR7JgCp

--HG--
extra : rebase_source : dd886f33d5e427e046c2004bd5e993748bfc3caa
This commit is contained in:
Mark Hammond 2017-09-05 17:57:47 +10:00
Родитель a3e4d7c098
Коммит 1e1c59dfa4
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -28,7 +28,7 @@ var sleep = utils.sleep;
// For Mozmill 1.5 backward compatibility
var windowMap = windows.map;
waitForEvents = function () {
var waitForEvents = function () {
}
waitForEvents.prototype = {