This commit is contained in:
Kovid Goyal 2015-11-12 18:05:45 +05:30
parent 2fd77b8667
commit 438f5a8d88

View File

@ -6,7 +6,7 @@
*/
(function(autoreload_port) {
"use strict;";
"use strict";
var url = 'ws://127.0.0.1:' + autoreload_port;
var MAX_RETRIES = 10;