make ogg non global

This commit is contained in:
Sanj 2012-10-06 03:42:24 +05:30
parent 1eb3456f4c
commit 8019271a34

View File

@ -94,7 +94,7 @@ UploadQueue.prototype.upload = function(no) {
this.isUploading = true;
$('#progressbar').show();
$li.addClass("uploading");
ogg = ChunkUploader({
var ogg = ChunkUploader({
'file': fil,
'url': add_url,
'data': data,