SwVitaliy

Untitled

Nov 12th, 2012
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1.  
  2. function r(n) { var r = '', i, a = 'qwertuiopasdfghjklzxcvbnm', l = a.length; for(i=0; i<n; i += 1) { r += a.charAt(Math.floor(Math.random() * l)); }; return r; }
  3. fvdSynchronizer.Server.Sync.authorizedMessage({ action:'tabs:session:create', sessions: { name:'testtest', global_id:r(32), position:0 } }, function(status, data) { console.log(status, data) })
Advertisement
Add Comment
Please, Sign In to add comment