Skip to content

issue :: streamData[idx].split is not a function #4

@dobrys

Description

@dobrys

seems to have issue with master branch file jquery.eventsource.js
when using Example 3 : JSON open callback (url: '../test-event-sources/event-source-2.php')

there are JS error : "streamData[idx].split is not a function"
seems error caused by line: 125:
" return !!sdata && sdata;"
when I changed it with code from "futures" branch

if ( sdata ) {
return sdata;
}

issue disapear

This happens on Windows7 professional Apache Web Server , browser FireFox 4.0.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions