Guest User

Untitled

a guest
Jan 19th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. var ok = Ti.include('other.js');
  2.  
  3. var titulo = Ti.JSON.stringify(J.val1);
  4.  
  5. var win2 = Ti.UI.createWindow({
  6. title: titulo
  7. })
  8.  
  9. win2.open();
  10.  
  11. //other.js
  12. var win = Ti.UI.currentWindow;
  13.  
  14. var J = {val1:1,val2:2};
Add Comment
Please, Sign In to add comment