Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function openNumConView()
- {
- alert("test");
- }
- function setupEventHandlers()
- {
- topText = document.getElementById("topText");
- document.getElementById("numConButton").onclick = function()
- {
- openNumConView();
- };
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement