Skip to content

Commit

Permalink
binary is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Mar 2, 2015
1 parent 192b367 commit f97b8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/n2o.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var active = false,
querystring = window.location.pathname + window.location.search,
host = null == transition.host ? window.location.hostname : transition.host,
port = null == transition.port ? window.location.port : transition.port,
protos = [ $client, $binary, $bert ];
protos = [ $client, $bert ];

function N2O_start() {
ws = new bullet(protocol + host + (port==""?"":":"+port) + "/ws" + querystring);
Expand Down

0 comments on commit f97b8b6

Please sign in to comment.