blackberry/WebWorks-API-Docs

resolveLocalFileSystemURI signature is incorrect.

Opened this issue · 0 comments

https://developer.blackberry.com/html5/apis/localfilesystem.html#resolveLocalFileSystemURI

The examples and such are as expected, but the signature still references a size argument (when there is only 3 args).

i.e

void resolveLocalFileSystemURI (Full : String, size : integer, callback: function(), Optional: function()).