Browse Source

reassigning event handlers

master
Stephanie Chung 12 years ago
parent
commit
39e21427eb
  1. 3
      js/main.js

3
js/main.js

@ -28,7 +28,8 @@ $(window).on('ready', function() { //here we are listening for the ready event. @@ -28,7 +28,8 @@ $(window).on('ready', function() { //here we are listening for the ready event.
if(output){
console.log(output.deviceName);
}
})
});
assignHandlers();
});
/**

Loading…
Cancel
Save