ebryn / twitter-titanium

The easiest way to handle Twitter authentication in your Titanium Mobile app
75 stars 54 forks source link

Crash on iOS device #4

Open GertSallaerts opened 12 years ago

GertSallaerts commented 12 years ago

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, parseduri, scheme, host, port, path, query, anchor, parser = /^([^:\/?#]+?:\/\/)([^\/:?#])?(:[^\/?#])([^?#])(\?[^#])?(#(.))_/, uri = this;