Guest User

Untitled

a guest
Aug 15th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. for(var i = 0; i < 10; i++) {
  2. if(Math.trunc(down[i]) != 0 || -0){
  3. strike++;
  4. if(i == 0) {
  5. pubnub.publish({
  6. message: {
  7. 'key' : 'pins',
  8. 'pin' : 1,
  9. 'rotation' : document.querySelector("#one").getAttribute('rotation'),
  10. 'position' : document.querySelector("#one").getAttribute('position')
  11. },
  12. channel: 'VR'
  13. });
  14. }
  15. }
  16. }
Add Comment
Please, Sign In to add comment