TinCanJS
TinCanJS copied to clipboard
StatementsResult object should handle `more: ""` like `null`
The more property value from a GET /statements request may be an empty string if there are no more results available. The constructor for StatementsResult should handle this case in the same way as if the property wasn't present at all.