Skip to content

Commit

Permalink
Merge pull request #208 from goeddea/master
Browse files Browse the repository at this point in the history
updates the package.json for new release
  • Loading branch information
Alexander Goedde committed May 31, 2016
2 parents fc04b20 + 36a1995 commit ea765b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package/lib/transport/websocket.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Factory.prototype.create = function () {
} else {
websocket = new global.WebSocket(self._options.url);
}
websocket.binaryType = 'arrayBuffer';
websocket.binaryType = 'arraybuffer';

// older versions of Firefox prefix the WebSocket object
} else if ("MozWebSocket" in global) {
Expand Down Expand Up @@ -228,4 +228,5 @@ Factory.prototype.create = function () {
};



exports.Factory = Factory;
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "autobahn",
"version": "0.10.0",
"version": "0.10.1",
"description": "An implementation of The Web Application Messaging Protocol (WAMP).",
"main": "index.js",
"browser": {
Expand Down

0 comments on commit ea765b8

Please sign in to comment.