This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Description
Line 99 of jsOAuth-1.3.1.js causes my application to crash on iOS devices (Emulator works fine.) Adding a comma fixes the issue for me.
Like so:
var args = arguments, args_callee = args.callee,
parsed_uri, scheme, host, port, path, query, anchor,
parser = /^([^:\/?#]+?://)([^\/:?#])?(:[^\/?#])([^?#])(?[^#])?(#(.))/,
uri = this;