From 39e21427ebc3675a05c4e0de0776908e06f3e184 Mon Sep 17 00:00:00 2001 From: Stephanie Chung Date: Thu, 15 May 2014 08:09:08 -0700 Subject: [PATCH] reassigning event handlers --- js/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index 79e2392..36c2606 100644 --- a/js/main.js +++ b/js/main.js @@ -28,7 +28,8 @@ $(window).on('ready', function() { //here we are listening for the ready event. if(output){ console.log(output.deviceName); } - }) + }); + assignHandlers(); }); /**