From cf1dae16ae863840259f56015b866771c40e8b2e Mon Sep 17 00:00:00 2001 From: Jonathan Watt Date: Wed, 1 Apr 2015 16:16:09 +0100 Subject: [PATCH] Expose the EventWatcher constructor function --- testharness.js | 1 + 1 file changed, 1 insertion(+) diff --git a/testharness.js b/testharness.js index 54adbde1b1da42..748010306c1aa6 100644 --- a/testharness.js +++ b/testharness.js @@ -536,6 +536,7 @@ policies and contribution forms [3]. return this; } + expose(EventWatcher, 'EventWatcher'); function setup(func_or_properties, maybe_properties) {