Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. function FlyControls(object) {
  2.  
  3. this.object = ( object !== undefined ) ? object : document;
  4. if ( object ) this.object.setAttribute( 'tabindex', - 1 );
  5.  
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement