summaryrefslogtreecommitdiffstats
path: root/test/api/closeSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/api/closeSpec.js')
-rw-r--r--test/api/closeSpec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/api/closeSpec.js b/test/api/closeSpec.js
index a39687c..ae1bea0 100644
--- a/test/api/closeSpec.js
+++ b/test/api/closeSpec.js
@@ -25,7 +25,7 @@ describe("awesomplete.close", function () {
this.subject.close();
expect(handler).toHaveBeenCalledWith(
- jasmine.any(document.createEvent('HTMLEvents').constructor)
+ jasmine.any(document.createEvent("HTMLEvents").constructor)
);
});