Guest User

Untitled

a guest
Jul 22nd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. IN.$extensions("HelloWorld", function HelloWorld() {
  2.  
  3. // Body of Extension Goes Here
  4. console.log("HelloWorld Extension has Executed");
  5.  
  6. });
Add Comment
Please, Sign In to add comment