mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
chore(vk) rm unused vars
This commit is contained in:
parent
3c35848eb8
commit
aff299ed1b
1 changed files with 2 additions and 3 deletions
|
|
@ -57,9 +57,8 @@ var CloudCmd, Util, DOM, VK;
|
|||
* Insert new file.
|
||||
*
|
||||
* @param {File} fileData {name, data} File object to read data from.
|
||||
* @param {Function} callback Function to call when the request is complete.
|
||||
*/
|
||||
VKStorage.uploadFile = function(pParams, pCallBack) {
|
||||
VKStorage.uploadFile = function(pParams) {
|
||||
/* http://vk.com/developers.php?oid=-1&p=docs.getUploadServer */
|
||||
VK.Api.call('docs.getUploadServer', {}, function(pResult){
|
||||
var lURL = pResult.response.upload_url,
|
||||
|
|
@ -94,4 +93,4 @@ var CloudCmd, Util, DOM, VK;
|
|||
};
|
||||
|
||||
CloudCmd.VK = VKStorage;
|
||||
})(CloudCmd, Util, DOM);
|
||||
})(CloudCmd, Util, DOM);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue