Skip to content

Commit

Permalink
Update webserver/index.js
Browse files Browse the repository at this point in the history
Making sure the socket API is available.
  • Loading branch information
PaulKinlan committed Oct 10, 2012
1 parent b139f02 commit 8046055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webserver/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ onload = function() {
var stop = document.getElementById("stop");
var directory = document.getElementById("directory");

var socket = chrome.socket;
var socket = chrome.experimental.socket || chrome.socket;
var socketInfo;
var filesMap = {};

Expand Down

0 comments on commit 8046055

Please sign in to comment.