Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var testuser = function testuser(){
  2.     console.log('hello');
  3.    // Timer = setTimeout(testuser, delay);    
  4. }
  5.  
  6.  
  7. function testworking(n){
  8.    if(n == 1)
  9.       $.throttle(delay, testuser);
  10.    else
  11.         testconfig();
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement