Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. $(document).ready(function(){
  2. $("#vertex").click(function(){
  3. tool = "vertex";
  4. });
  5. $("#edge").click(function(){
  6. tool = "edge";
  7. });
  8. $("#clear").click(function(){
  9. clears();
  10. });
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement