Skip to content

Commit

Permalink
Merge pull request #264 from zqzhang/submission/zqzhang/fixing-events…
Browse files Browse the repository at this point in the history
…ource-constructor-url-multi-window

Fixed reference path in eventsource-constructor-url-multi-window.htm
  • Loading branch information
Arthur Barstow committed Aug 14, 2013
2 parents 2b67758 + c5e19f2 commit dfceb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eventsource/eventsource-constructor-url-multi-window.htm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
var test = async_test()
function init() {
test.step(function() {
source = new self[0].EventSource("resources/message.php")
source = new self[0].EventSource("message.php")
source.onopen = function(e) {
test.step(function() {
assert_equals(source.readyState, source.OPEN)
Expand Down

0 comments on commit dfceb87

Please sign in to comment.