Skip to content

Commit

Permalink
Merge pull request vert-x3#233 from vert-x3/issue/issue-232
Browse files Browse the repository at this point in the history
  • Loading branch information
pmlopes committed Oct 21, 2015
2 parents 879b9ac + 9fa664d commit 40a2416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vertx-web/src/client/vertx-eventbus.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
* Closes the connection to the EvenBus Bridge.
*/
EventBus.prototype.close = function () {
this.state = vertx.EventBus.CLOSING;
this.state = EventBus.CLOSING;
this.sockJSConn.close();
};

Expand Down

0 comments on commit 40a2416

Please sign in to comment.