Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     MyThingie.prototype.AcceptDrop = function(url)
  2.     {
  3.     print("woo");
  4.     }
  5.  
  6.     MyThingie.prototype.HandleDropEnter = function(dropEnterEvent)
  7.     {
  8.         this.AcceptDrop("test");
  9.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement