From db06a1c18517eb56339c3389d66c5b79e3f2209f Mon Sep 17 00:00:00 2001 From: David Coallier Date: Sun, 6 Feb 2011 14:46:36 +0000 Subject: [PATCH] Added google analytics --- js/githubresume.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/js/githubresume.js b/js/githubresume.js index bad1630..25ef36b 100644 --- a/js/githubresume.js +++ b/js/githubresume.js @@ -137,4 +137,18 @@ var run = function() { }); }; + + $(window).bind('error', error);