mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
Update lib/client/storage/_github.js
This commit is contained in:
parent
da57967626
commit
a5f9ba2313
1 changed files with 2 additions and 3 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue