Skip to content

Commit

Permalink
fix wrong event name (close #634) (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
miherlosev authored and AlexanderMoskovkin committed Jun 22, 2016
1 parent c80a2ac commit af30d32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "testcafe-hammerhead",
"description": "A powerful web-proxy used as a core for the TestCafe testing framework (https://github.com/DevExpress/testcafe).",
"version": "9.2.1",
"version": "9.2.2",
"homepage": "https://github.com/DevExpress/testcafe-hammerhead",
"bugs": {
"url": "https://github.com/DevExpress/testcafe-hammerhead/issues"
Expand Down
2 changes: 1 addition & 1 deletion src/client/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Hammerhead {
beforeFormSubmit: this.sandbox.node.element.BEFORE_FORM_SUBMIT,
beforeBeforeUnload: this.sandbox.event.unload.BEFORE_BEFORE_UNLOAD_EVENT,
beforeUnload: this.sandbox.event.unload.BEFORE_UNLOAD_EVENT,
upload: this.sandbox.event.unload.UNLOAD_EVENT,
unload: this.sandbox.event.unload.UNLOAD_EVENT,
bodyCreated: this.sandbox.node.mutation.BODY_CREATED_EVENT,
documentCleaned: this.sandbox.node.mutation.DOCUMENT_CLEANED_EVENT,
uncaughtJsError: this.sandbox.node.win.UNCAUGHT_JS_ERROR_EVENT,
Expand Down

0 comments on commit af30d32

Please sign in to comment.