Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Error auth Appelerator sdk version >=2 #42

Open
afranioce opened this issue Oct 16, 2012 · 0 comments
Open

Error auth Appelerator sdk version >=2 #42

afranioce opened this issue Oct 16, 2012 · 0 comments

Comments

@afranioce
Copy link

remove global
to

row 806

if (typeof global.Titanium !== 'undefined' && typeof global.Titanium.Network.createHTTPClient != 'undefined') {
XHR = global.Titanium.Network.createHTTPClient();

to

if (typeof Titanium !== 'undefined' && typeof Titanium.Network.createHTTPClient != 'undefined') {
XHR = Titanium.Network.createHTTPClient();

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant