Methods
get(url)
    A method to read a pgn file via ajax.
    Parameters:
| Name | Type | Description | 
|---|---|---|
| url | string | url to do the GET from (same server). | 
- Source:
initialize() → {PgnReader}
    creates a new instance
- Source:
Returns:
    the new instance.
- Type
- PgnReader
toString() → {string}
    toString method so that you can get a nice printout of instances of
    this type
- Source:
Returns:
    string representation of this instance.
- Type
- string