564
edits
| Line 27: | Line 27: | ||
// replace the function bound to the button | // replace the function bound to the button | ||
btn. | btn.click = function ClickerFunk(){ alert("I clicked my button");}; | ||
// number of toolbar buttons: acts like an array | // number of toolbar buttons: acts like an array | ||
edits