From a5f9ba23130dbe9bc3eb4bfbed31007a8263ffb9 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 12 Nov 2012 14:59:59 +0200 Subject: [PATCH] Update lib/client/storage/_github.js --- lib/client/storage/_github.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/client/storage/_github.js b/lib/client/storage/_github.js index 81ee8aca..c05e2c62 100644 --- a/lib/client/storage/_github.js +++ b/lib/client/storage/_github.js @@ -1,11 +1,10 @@ -var CloudCommander, $, Github; +var CloudCommander, Util, DOM, $, Github; /* module for work with github */ (function(){ "use strict"; - var cloudcmd = CloudCommander, - Util = cloudcmd.Util, + var cloudcmd = CloudCommander, CLIENT_ID = '891c251b925e4e967fa9', CLIENT_SECRET = 'afe9bed1e810c5dc44c4c2a953fc6efb1e5b0545',