diff --git a/EventSource.js b/EventSource.js index 633e719..2933247 100644 --- a/EventSource.js +++ b/EventSource.js @@ -68,6 +68,7 @@ var EventSource = function (url, options) { var parts = responseText.substr(cache.length).split("\n"), data = [], i = 0, + retry = 0, line = ''; cache = responseText;